org.gagravarr.ogg
Class OggPacketData
java.lang.Object
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
.
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 |
OggPacketData
protected OggPacketData(byte[] data)
getData
public byte[] getData()
- Returns the data that makes up the packet.
Copyright © 2012. All Rights Reserved.