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