de.apage4u.database.utils
Class FileLineReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended byde.apage4u.database.utils.FileLineReader

public class FileLineReader
extends java.io.BufferedReader

Convenience class for reading text files a line at a time


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FileLineReader(java.lang.String filename)
          Constructs a new FileLineReader open on the specified 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

FileLineReader

public FileLineReader(java.lang.String filename)
               throws java.io.FileNotFoundException
Constructs a new FileLineReader open on the specified filename



Copyright © 2004 www.apage4u.de. All Rights Reserved.