org.tritonus.lowlevel.ogg
Class Packet

java.lang.Object
  extended byorg.tritonus.lowlevel.ogg.Packet

public class Packet
extends Object

Wrapper for ogg_packet.


Constructor Summary
Packet()
           
 
Method Summary
 void clear()
          Calls ogg_packet_clear().
 void finalize()
           
 void free()
           
 byte[] getData()
          Accesses packet and bytes.
 boolean isBos()
          Accesses b_o_s.
 boolean isEos()
          Accesses e_o_s.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Packet

public Packet()
Method Detail

finalize

public void finalize()
Overrides:
finalize in class Object

free

public void free()

clear

public void clear()
Calls ogg_packet_clear().


getData

public byte[] getData()
Accesses packet and bytes.


isBos

public boolean isBos()
Accesses b_o_s.


isEos

public boolean isEos()
Accesses e_o_s.