net.sourceforge.dvb.projectx.io
Class StandardBuffer

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.io.StandardBuffer

public class StandardBuffer
extends java.lang.Object


Constructor Summary
StandardBuffer()
           
StandardBuffer(int val1)
           
 
Method Summary
 byte[] getData()
           
 int getType()
           
 void reset()
           
 void write(byte[] data)
           
 void write(byte[] data, int offset, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardBuffer

public StandardBuffer()

StandardBuffer

public StandardBuffer(int val1)
Method Detail

getType

public int getType()

write

public void write(byte[] data)
           throws java.io.IOException

write

public void write(byte[] data,
                  int offset,
                  int length)
           throws java.io.IOException

getData

public byte[] getData()
               throws java.io.IOException

reset

public void reset()