ioutil
Class BatchLineSource

java.lang.Object
  |
  +--ioutil.LineSource
        |
        +--ioutil.BatchLineSource

public class BatchLineSource
extends LineSource

A BatchLineSource dispenses LineScanners for lines of a disk file.


Constructor Summary
BatchLineSource(java.lang.String fName)
          BatchLineSource(fName) returns a LineSource that dispenses LineScanners for lines of the file named fName.
 
Methods inherited from class ioutil.LineSource
advance, current, getFileName, getIncludedFrom, getLineNumber, more, setEchoOff, setEchoOn, setIncludedFrom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchLineSource

public BatchLineSource(java.lang.String fName)
                throws java.io.FileNotFoundException,
                       java.io.IOException
BatchLineSource(fName) returns a LineSource that dispenses LineScanners for lines of the file named fName.