net.sourceforge.dvb.projectx.io
Class RawFile

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

public class RawFile
extends java.lang.Object

raw file from pva


Constructor Summary
RawFile(java.lang.String new_name, int PidToExtract, int buffersize)
           
 
Method Summary
 void close()
           
 void write(byte[] data)
           
 void write(byte[] data, int offset, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawFile

public RawFile(java.lang.String new_name,
               int PidToExtract,
               int buffersize)
        throws java.io.IOException
Method Detail

write

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

write

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

close

public void close()
           throws java.io.IOException