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 intbuffer(int size)intclear()intgetBufferOffset()intgetDataOffset()voidinit()intpageout(Page og)intpageseek(Page og)intreset()intwrote(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()
-
-