| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.cam.acr31.oggdecoder.OggPacket
public class OggPacket
| Field Summary | |
|---|---|
private  java.io.ByteArrayOutputStream | 
bos
 | 
private  long | 
granulePosition
 | 
| Constructor Summary | |
|---|---|
OggPacket(long granulePosition)
 | 
|
| Method Summary | |
|---|---|
 byte[] | 
getData()
 | 
 long | 
getGranulePosition()
 | 
 void | 
write(byte[] data)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private java.io.ByteArrayOutputStream bos
private long granulePosition
| Constructor Detail | 
|---|
public OggPacket(long granulePosition)
| Method Detail | 
|---|
public void write(byte[] data)
public byte[] getData()
public long getGranulePosition()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||