net.sourceforge.dvb.projectx.parser
Class GopArray

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.parser.GopArray

public class GopArray
extends java.lang.Object

not used ATM


Constructor Summary
GopArray()
           
 
Method Summary
 byte[] getGopArray()
           
 int getOffset()
           
 boolean isBufferFull()
           
 byte[] read(int length)
           
 byte[] read(int offset, int length)
           
 void write(byte[] array, int offset, int length)
           
 void write(byte[] array, int offset, int length, int _gop_offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GopArray

public GopArray()
Method Detail

getGopArray

public byte[] getGopArray()

isBufferFull

public boolean isBufferFull()

write

public void write(byte[] array,
                  int offset,
                  int length)

write

public void write(byte[] array,
                  int offset,
                  int length,
                  int _gop_offset)

read

public byte[] read(int length)

read

public byte[] read(int offset,
                   int length)

getOffset

public int getOffset()