Package com.jcraft.jogg
Class SyncState
- java.lang.Object
-
- com.jcraft.jogg.SyncState
-
public class SyncState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
data
-
Constructor Summary
Constructors Constructor Description SyncState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
clear
public int clear()
-
buffer
public int buffer(int size)
-
wrote
public int wrote(int bytes)
-
pageseek
public int pageseek(Page og)
-
pageout
public int pageout(Page og)
-
reset
public int reset()
-
init
public void init()
-
getDataOffset
public int getDataOffset()
-
getBufferOffset
public int getBufferOffset()
-
-