com.jcraft.jogg
Class StreamState

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

public class StreamState
extends java.lang.Object


Field Summary
 int e_o_s
           
 
Constructor Summary
StreamState()
           
 
Method Summary
 void clear()
           
 int eof()
           
 int flush(Page og)
           
 void init(int serialno)
           
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e_o_s

public int e_o_s
Constructor Detail

StreamState

public StreamState()
Method Detail

init

public void init(int serialno)

clear

public void clear()

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