public interface PositionedReadable
| Modifier and Type | Method and Description |
|---|---|
int |
positionedRead(long position,
byte[] buffer,
int offset,
int length)
Reads up to the specified number of bytes, from a given position within a file, and return the
number of bytes read.
|
int positionedRead(long position,
byte[] buffer,
int offset,
int length)
throws java.io.IOException
position - position within filebuffer - destination bufferoffset - offset in the bufferlength - number of bytes to readjava.io.IOExceptionCopyright © 2022. All Rights Reserved.