OSMQ
v2.0.1

osmq.io
Class BufferedInputFile

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.DataInputStream
              extended byosmq.io.BufferedInputFile
All Implemented Interfaces:
java.io.DataInput

public class BufferedInputFile
extends java.io.DataInputStream


Constructor Summary
BufferedInputFile(java.io.File file)
           
BufferedInputFile(java.lang.String filename)
           
 
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

BufferedInputFile

public BufferedInputFile(java.lang.String filename)
                  throws java.io.FileNotFoundException

BufferedInputFile

public BufferedInputFile(java.io.File file)
                  throws java.io.FileNotFoundException

(c) 2000 - 2003 MQue Systems
All Rights Reserved