Package com.jcraft.jogg
Class SyncState
java.lang.Object
com.jcraft.jogg.SyncState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
public byte[] data -
storage
int storage -
fill
int fill -
returned
int returned -
unsynced
int unsynced -
headerbytes
int headerbytes -
bodybytes
int bodybytes -
pageseek
-
chksum
private byte[] chksum
-
-
Constructor Details
-
SyncState
public SyncState()
-
-
Method Details
-
clear
public int clear() -
buffer
public int buffer(int int2) -
wrote
public int wrote(int int2) -
pageseek
-
pageout
-
reset
public int reset() -
init
public void init() -
getDataOffset
public int getDataOffset() -
getBufferOffset
public int getBufferOffset()
-