@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) @Immutable public final class TFileWriter extends OutputStreamWriter
FileWriter for writing plain old files
or entries in an archive file.
Mind that applications cannot write archive files directly - just their
entries!TConfig.setLenient(boolean),
TFileReader| Constructor and Description |
|---|
TFileWriter(TFile file) |
TFileWriter(TFile file,
boolean append) |
TFileWriter(TFile file,
boolean append,
CharsetEncoder encoder) |
close, flush, getEncoding, write, write, writepublic TFileWriter(TFile file) throws FileNotFoundException
FileNotFoundExceptionpublic TFileWriter(TFile file, boolean append) throws FileNotFoundException
FileNotFoundExceptionpublic TFileWriter(TFile file, boolean append, CharsetEncoder encoder) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.