Class SyncState

java.lang.Object
com.jcraft.jogg.SyncState

@Environment(CLIENT) public class SyncState extends Object
  • Field Details

    • 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 Details

    • SyncState

      public SyncState()
  • Method Details

    • clear

      public int clear()
    • buffer

      public int buffer(int int2)
    • wrote

      public int wrote(int int2)
    • pageseek

      public int pageseek(Page page)
    • pageout

      public int pageout(Page page)
    • reset

      public int reset()
    • init

      public void init()
    • getDataOffset

      public int getDataOffset()
    • getBufferOffset

      public int getBufferOffset()