|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jogg.SyncState
Field Summary | |
(package private) int |
bodybytes
|
private byte[] |
chksum
|
byte[] |
data
|
(package private) int |
fill
|
(package private) int |
headerbytes
|
private Page |
pageseek
|
(package private) int |
returned
|
(package private) int |
storage
|
(package private) int |
unsynced
|
Constructor Summary | |
SyncState()
|
Method Summary | |
int |
buffer(int size)
|
int |
clear()
|
void |
init()
|
int |
pageout(Page og)
|
int |
pageseek(Page og)
|
int |
reset()
|
int |
wrote(int bytes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte[] data
int storage
int fill
int returned
int unsynced
int headerbytes
int bodybytes
private Page pageseek
private byte[] chksum
Constructor Detail |
public SyncState()
Method Detail |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |