Package com.jcraft.jogg
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
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
public int header -
header_base
public byte[] header_base -
header_len
public int header_len
-
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
bos
public int bos() -
copy
-
copy
-
eos
public int eos() -
granulepos
public long granulepos() -
serialno
public int serialno()
-