com.jcraft.jogg
Class Packet

java.lang.Object
  extended bycom.jcraft.jogg.Packet

public class Packet
extends java.lang.Object


Field Summary
 int b_o_s
           
 int bytes
           
 int e_o_s
           
 long granulepos
           
 int packet
           
 byte[] packet_base
           
 long packetno
           
 
Constructor Summary
Packet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packet_base

public byte[] packet_base

packet

public int packet

bytes

public int bytes

b_o_s

public int b_o_s

e_o_s

public int e_o_s

granulepos

public long granulepos

packetno

public long packetno
Constructor Detail

Packet

public Packet()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.