com.jcraft.jogg
Class Page

java.lang.Object
  extended bycom.jcraft.jogg.Page

public class Page
extends java.lang.Object


Field Summary
 int body
           
 byte[] body_base
           
 int body_len
           
private static int[] crc_lookup
           
 int header
           
 byte[] header_base
           
 int header_len
           
 
Constructor Summary
Page()
           
 
Method Summary
 int bos()
           
(package private)  void checksum()
           
(package private)  int continued()
           
private static int crc_entry(int index)
           
 int eos()
           
 long granulepos()
           
(package private)  int pageno()
           
 int serialno()
           
(package private)  int version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crc_lookup

private static int[] crc_lookup

header_base

public byte[] header_base

header

public int header

header_len

public int header_len

body_base

public byte[] body_base

body

public int body

body_len

public int body_len
Constructor Detail

Page

public Page()
Method Detail

crc_entry

private static int crc_entry(int index)

version

int version()

continued

int continued()

bos

public int bos()

eos

public int eos()

granulepos

public long granulepos()

serialno

public int serialno()

pageno

int pageno()

checksum

void checksum()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.