biniu.ogg
Class Page

java.lang.Object
  extended by biniu.ogg.Page

public class Page
extends java.lang.Object

* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * by the XIPHOPHORUS Company http://www.xiph.org/ * *

Title: Ogg Stream

Description:


Field Summary
 int body
           
 byte[] body_base
           
 int body_len
           
 int header
           
 byte[] header_base
           
 int header_len
           
 
Constructor Summary
Page()
           
 
Method Summary
 int bos()
           
 Page copy()
           
 Page copy(Page p)
           
 boolean eos()
           
 long granulepos()
           
 int serialno()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

bos

public int bos()

eos

public boolean eos()

granulepos

public long granulepos()

serialno

public int serialno()

copy

public Page copy()

copy

public Page copy(Page p)