Class Page

java.lang.Object
com.jcraft.jogg.Page

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

    Fields
    Modifier and Type Field Description
    int body  
    byte[] body_base  
    int body_len  
    int header  
    byte[] header_base  
    int header_len  
  • Constructor Summary

    Constructors
    Constructor Description
    Page()  
  • Method Summary

    Modifier and Type Method Description
    int bos()  
    Page copy()  
    Page copy​(Page p)  
    int eos()  
    long granulepos()  
    int serialno()  

    Methods inherited from class java.lang.Object

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

    • body

      public int body
    • body_base

      public byte[] body_base
    • body_len

      public int body_len
    • header_base

      public byte[] header_base
    • header_len

      public int header_len
  • Constructor Details

    • Page

      public Page()
  • Method Details

    • bos

      public int bos()
    • copy

      public Page copy()
    • copy

      public Page copy​(Page p)
    • eos

      public int eos()
    • granulepos

      public long granulepos()
    • serialno

      public int serialno()