public class DataBlockInputStream extends InputStream
| Constructor and Description |
|---|
DataBlockInputStream(long id,
DataBlockEntityFile dataBlockEntityFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int len) |
public DataBlockInputStream(long id,
DataBlockEntityFile dataBlockEntityFile)
throws IOException
IOExceptionpublic int read(byte[] buffer,
int offset,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreamCopyright © 2016. All rights reserved.