com.jcraft.jogg
public class Packet extends Object
| Field Summary | |
|---|---|
| int | bytes |
| int | b_o_s |
| int | e_o_s |
| long | granulepos |
| int | packet |
| 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 |
| byte[] | packet_base |