Class StreamState

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

public class StreamState
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int e_o_s  
  • Constructor Summary

    Constructors
    Constructor Description
    StreamState()  
  • Method Summary

    Modifier and Type Method Description
    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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • e_o_s

      public int e_o_s
  • Constructor Details

    • StreamState

      public StreamState()
  • Method Details

    • clear

      public void clear()
    • eof

      public int eof()
    • flush

      public int flush​(Page og)
    • init

      public void init​(int serialno)
    • packetin

      public int packetin​(Packet op)
    • packetout

      public int packetout​(Packet op)
    • pagein

      public int pagein​(Page og)
    • pageout

      public int pageout​(Page og)
    • reset

      public int reset()