net.sf.varscan
Class SmartFileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
java.io.FileReader
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
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 |
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
ready
public boolean ready()
throws java.io.IOException
- Overrides:
ready
in class java.io.InputStreamReader
- Throws:
java.io.IOException