public interface IgfsSecondaryFileSystemPositionedReadable extends Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
read(long pos,
byte[] buf,
int off,
int len)
Read up to the specified number of bytes, from a given position within a file, and return the number of bytes
read.
|
int read(long pos,
byte[] buf,
int off,
int len)
throws IOException
pos - Position in the input stream to seek.buf - Buffer into which data is read.off - Offset in the buffer from which stream data should be written.len - The number of bytes to read.IOException - In case of any exception.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019