de.schlichtherle.truezip.file
Class TFileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
de.schlichtherle.truezip.file.TFileReader
- All Implemented Interfaces:
- Closeable, Readable
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
@Immutable
public final class TFileReader
- extends InputStreamReader
A replacement for the class FileReader for reading plain old files
or entries in an archive file.
Note that applications cannot read archive files directly using
this class - just their entries.
- Author:
- Christian Schlichtherle
- See Also:
TFileWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TFileReader
public TFileReader(TFile file)
throws FileNotFoundException
- Throws:
FileNotFoundException
TFileReader
public TFileReader(TFile file,
CharsetDecoder decoder)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.