public abstract class BlockInStream extends InStream
InputStream interface implementation of TachyonFile. It can only be gotten by
calling the methods in tachyon.client.TachyonFile, but can not be initialized by
the client code.| Modifier and Type | Field and Description |
|---|---|
protected int |
BLOCK_INDEX |
protected boolean |
mClosed |
| Modifier and Type | Method and Description |
|---|---|
static BlockInStream |
get(TachyonFile tachyonFile,
ReadType readType,
int blockIndex) |
available, mark, markSupported, resetpublic static BlockInStream get(TachyonFile tachyonFile, ReadType readType, int blockIndex) throws IOException
IOExceptionCopyright © 2014. All rights reserved.