Package com.jcraft.jogg
Class Packet
java.lang.Object
com.jcraft.jogg.Packet
public class Packet
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
b_o_s
int
bytes
int
e_o_s
long
granulepos
int
packet
byte[]
packet_base
long
packetno
-
Constructor Summary
Constructors Constructor Description Packet()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
b_o_s
public int b_o_s -
bytes
public int bytes -
e_o_s
public int e_o_s -
granulepos
public long granulepos -
packet
public int packet -
packet_base
public byte[] packet_base -
packetno
public long packetno
-
-
Constructor Details
-
Packet
public Packet()
-