org.gagravarr.ogg
Class OggPacketData

java.lang.Object
  extended by org.gagravarr.ogg.OggPacketData
Direct Known Subclasses:
OggPacket

public class OggPacketData
extends Object

The data part of an OggPacket. RFC3533 suggests that these should usually be around 50-200 bytes long. Normally wrapped as a full OggPacket, but may be used internally when a Packet is split across more than one OggPage.


Constructor Summary
protected OggPacketData(byte[] data)
           
 
Method Summary
 byte[] getData()
          Returns the data that makes up the packet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OggPacketData

protected OggPacketData(byte[] data)
Method Detail

getData

public byte[] getData()
Returns the data that makes up the packet.



Copyright © 2012. All Rights Reserved.