public abstract class IgfsInputStreamAdapter extends IgfsInputStream implements IgfsSecondaryFileSystemPositionedReadable
| Constructor and Description |
|---|
IgfsInputStreamAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract IgfsEntryInfo |
fileInfo()
Gets file info for opened file.
|
long |
length()
Gets file length during file open.
|
abstract byte[][] |
readChunks(long pos,
int len)
Reads bytes from given position.
|
position, read, readFully, readFully, seekavailable, close, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic long length()
length in class IgfsInputStreampublic abstract IgfsEntryInfo fileInfo()
public abstract byte[][] readChunks(long pos,
int len)
throws IOException
pos - Position to read from.len - Number of bytes to read.IOException - If read failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016