@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) @Immutable public final class TFileReader extends InputStreamReader
FileReader for reading plain old files
or entries in an archive file.
Mind that applications cannot read archive files directly - just their
entries!TFileWriter| Constructor and Description |
|---|
TFileReader(TFile file) |
TFileReader(TFile file,
CharsetDecoder decoder) |
close, getEncoding, read, read, readypublic TFileReader(TFile file) throws FileNotFoundException
FileNotFoundExceptionpublic TFileReader(TFile file, CharsetDecoder decoder) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.