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 IOException
position
- position within filebuffer
- destination bufferoffset
- offset in the bufferlength
- number of bytes to readIOException
Copyright © 2023. All Rights Reserved.