public class Packet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
b_o_s |
int |
bytes |
int |
e_o_s |
long |
granulepos |
int |
packet |
byte[] |
packet_base |
long |
packetno
sequence number for decode; the framing
knows where there's a hole in the data,
but we need coupling so that the codec
(which is in a seperate abstraction
layer) also knows about the gap
|
Constructor and Description |
---|
Packet() |
public byte[] packet_base
public int packet
public int bytes
public int b_o_s
public int e_o_s
public long granulepos
public long packetno