edu.stanford.nlp.io
Class InDataStreamFile

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.DataInputStream
              extended byedu.stanford.nlp.io.InDataStreamFile
All Implemented Interfaces:
DataInput

public class InDataStreamFile
extends DataInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
InDataStreamFile(File file)
           
InDataStreamFile(String filename)
           
InDataStreamFile(URL url)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InDataStreamFile

public InDataStreamFile(String filename)
                 throws FileNotFoundException

InDataStreamFile

public InDataStreamFile(File file)
                 throws FileNotFoundException

InDataStreamFile

public InDataStreamFile(URL url)
                 throws IOException


Stanford NLP Group