public class EmptyBlockInStream extends InStream
EmptyBlockInStream
is a InStream
can not read anything.Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, mark, markSupported, reset
public int read() throws IOException
read
in class InStream
IOException
public int read(byte[] b) throws IOException
read
in class InStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InStream
IOException
public long skip(long n) throws IOException
skip
in class InStream
IOException
Copyright © 2013. All Rights Reserved.