public class SyncState
extends java.lang.Object
Constructor and Description |
---|
SyncState() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Calls ogg_sync_clear().
|
void |
destroy()
Calls ogg_sync_destroy().
|
void |
finalize() |
void |
free() |
void |
init()
Calls ogg_sync_init().
|
int |
pageOut(Page page)
Calls ogg_sync_pageout().
|
int |
pageseek(Page page)
Calls ogg_sync_pageseek().
|
void |
reset()
Calls ogg_sync_reset().
|
int |
write(byte[] abBuffer,
int nBytes)
Calls ogg_sync_buffer()
and ogg_sync_wrote().
|
public void finalize()
finalize
in class java.lang.Object
public void free()
public void init()
public void clear()
public void reset()
public void destroy()
public int write(byte[] abBuffer, int nBytes)
public int pageseek(Page page)
public int pageOut(Page page)