public class SyncState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data |
Constructor and Description |
---|
SyncState() |
Modifier and Type | Method and Description |
---|---|
int |
buffer(int size) |
int |
clear() |
int |
getBufferOffset() |
int |
getDataOffset() |
void |
init() |
int |
pageout(Page og) |
int |
pageseek(Page og) |
int |
reset() |
int |
wrote(int bytes) |
public int clear()
public int buffer(int size)
public int wrote(int bytes)
public int pageseek(Page og)
public int pageout(Page og)
public int reset()
public void init()
public int getDataOffset()
public int getBufferOffset()