public interface IBackingReader
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
readRaw(long fileOffset,
ByteBuffer dst)
Read on the backing file, installing the record into the caller's buffer.
|
ByteBuffer readRaw(long fileOffset, ByteBuffer dst)
Buffer.remaining()
bytes will be read into the caller's
buffer, starting at the specified offset in the backing file.fileOffset
- The offset of the first byte to be read (absolute offset on
the backing file).dst
- Where to put the data. Bytes will be written at position until
limit.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.