com.jcraft.jogg
Class SyncState

java.lang.Object
  extended by com.jcraft.jogg.SyncState

public class SyncState
extends java.lang.Object


Field Summary
 byte[] data
           
 
Constructor Summary
SyncState()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public byte[] data
Constructor Detail

SyncState

public SyncState()
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()