de.schlichtherle.io
Class FileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
de.schlichtherle.io.FileReader
- All Implemented Interfaces:
- Closeable, Readable
public class FileReader
- extends InputStreamReader
A drop-in replacement for FileReader
which provides
transparent read access to archive entries as if they were (virtual) files.
All file system operations in this class are
virtually atomic.
- Since:
- TrueZIP 6.4
- Version:
- TrueZIP 6.7
- Author:
- Christian Schlichtherle
- See Also:
- Using Archive Entry Streams,
FileBusyException
,
File.cat(java.io.InputStream, java.io.OutputStream)
,
File.umount()
,
File.update()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileReader
public FileReader(String path)
throws FileNotFoundException
- Throws:
FileNotFoundException
FileReader
public FileReader(File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
FileReader
public FileReader(FileDescriptor fd)