net.sourceforge.dvb.projectx.xinput.topfield_raw
Class RawInterface

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.xinput.topfield_raw.RawInterface

public class RawInterface
extends java.lang.Object


Constructor Summary
RawInterface(java.lang.String aSourceFile)
           
 
Method Summary
 void add_native_files(java.util.ArrayList arraylist)
           
 java.lang.String getFileDate()
           
 long getFileSize()
           
 java.lang.String GetLoadStatus()
           
 RawFileInputStream getStream()
           
 long getStreamSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawInterface

public RawInterface(java.lang.String aSourceFile)
Method Detail

add_native_files

public final void add_native_files(java.util.ArrayList arraylist)

GetLoadStatus

public final java.lang.String GetLoadStatus()

getFileSize

public final long getFileSize()

getFileDate

public final java.lang.String getFileDate()

getStream

public final RawFileInputStream getStream()
                                   throws java.io.IOException

getStreamSize

public final long getStreamSize()