com.jcraft.jogg
Class StreamState

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

public class StreamState
extends java.lang.Object


Field Summary
(package private)  int b_o_s
           
(package private)  byte[] body_data
           
(package private)  int body_fill
           
private  int body_returned
           
(package private)  int body_storage
           
 int e_o_s
           
(package private)  long[] granule_vals
           
(package private)  long granulepos
           
(package private)  byte[] header
           
(package private)  int header_fill
           
(package private)  int lacing_fill
           
(package private)  int lacing_packet
           
(package private)  int lacing_returned
           
(package private)  int lacing_storage
           
(package private)  int[] lacing_vals
           
(package private)  long packetno
           
(package private)  int pageno
           
(package private)  int serialno
           
 
Constructor Summary
  StreamState()
           
(package private) StreamState(int serialno)
           
 
Method Summary
(package private)  void body_expand(int needed)
           
 void clear()
           
(package private)  void destroy()
           
 int eof()
           
 int flush(Page og)
           
(package private)  void init()
           
 void init(int serialno)
           
(package private)  void lacing_expand(int needed)
           
 int packetin(Packet op)
           
 int packetout(Packet op)
           
 int pagein(Page og)
           
 int pageout(Page og)
           
 int reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body_data

byte[] body_data

body_storage

int body_storage

body_fill

int body_fill

body_returned

private int body_returned

lacing_vals

int[] lacing_vals

granule_vals

long[] granule_vals

lacing_storage

int lacing_storage

lacing_fill

int lacing_fill

lacing_packet

int lacing_packet

lacing_returned

int lacing_returned

header

byte[] header

header_fill

int header_fill

e_o_s

public int e_o_s

b_o_s

int b_o_s

serialno

int serialno

pageno

int pageno

packetno

long packetno

granulepos

long granulepos
Constructor Detail

StreamState

public StreamState()

StreamState

StreamState(int serialno)
Method Detail

init

void init()

init

public void init(int serialno)

clear

public void clear()

destroy

void destroy()

body_expand

void body_expand(int needed)

lacing_expand

void lacing_expand(int needed)

packetin

public int packetin(Packet op)

packetout

public int packetout(Packet op)

pagein

public int pagein(Page og)

flush

public int flush(Page og)

pageout

public int pageout(Page og)

eof

public int eof()

reset

public int reset()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.