net.sf.varscan
Class SmartFileReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by java.io.FileReader
              extended by net.sf.varscan.SmartFileReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class SmartFileReader
extends java.io.FileReader

A class for bug-free file reading with the Java API contributed by Bina Technologies

Version:
2.4
Author:
Daniel C. Koboldt

Constructor Summary
SmartFileReader(java.io.File file)
           
SmartFileReader(java.io.FileDescriptor fd)
           
SmartFileReader(java.lang.String fileName)
           
 
Method Summary
 boolean ready()
           
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartFileReader

public SmartFileReader(java.io.File file)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

SmartFileReader

public SmartFileReader(java.io.FileDescriptor fd)

SmartFileReader

public SmartFileReader(java.lang.String fileName)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

ready

public boolean ready()
              throws java.io.IOException
Overrides:
ready in class java.io.InputStreamReader
Throws:
java.io.IOException