| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FileReader.ReadWindow.fillNext(boolean singleFile,
int bytesNeeded)
Fill up the read buffer with more data, moving along to the
following file (next largest number) if needed.
|
protected void |
FileReader.setBackwardPosition()
Ensure that the next target is in the window.
|
protected void |
FileReader.setForwardPosition()
Ensure that the next target is in the window.
|
void |
FileReader.skipData(int amountToSkip) |
Copyright © 2024. All rights reserved.