edu.stanford.nlp.mt
Class InFile

java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.BufferedReader
              |
              +--edu.stanford.nlp.mt.InFile

public class InFile
extends BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
InFile(File file)
           
InFile(String filename)
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InFile

public InFile(String filename)
       throws FileNotFoundException

InFile

public InFile(File file)
       throws FileNotFoundException


Stanford NLP Group