com.jcraft.jogg
Class SyncState

java.lang.Object
  extended bycom.jcraft.jogg.SyncState

public class SyncState
extends java.lang.Object


Field Summary
(package private)  int bodybytes
           
private  byte[] chksum
           
 byte[] data
           
(package private)  int fill
           
(package private)  int headerbytes
           
private  Page pageseek
           
(package private)  int returned
           
(package private)  int storage
           
(package private)  int unsynced
           
 
Constructor Summary
SyncState()
           
 
Method Summary
 int buffer(int size)
           
 int clear()
           
 void init()
           
 int pageout(Page og)
           
 int pageseek(Page og)
           
 int reset()
           
 int wrote(int bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public byte[] data

storage

int storage

fill

int fill

returned

int returned

unsynced

int unsynced

headerbytes

int headerbytes

bodybytes

int bodybytes

pageseek

private Page pageseek

chksum

private byte[] chksum
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()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.