common
Class OpenFile

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by common.OpenFile
All Implemented Interfaces:
java.io.Closeable, java.io.DataInput

public class OpenFile
extends java.io.DataInputStream


Constructor Summary
OpenFile(java.lang.String f)
           
 
Method Summary
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenFile

public OpenFile(java.lang.String f)