Package com.sun.xfile

Class XFileWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class XFileWriter extends OutputStreamWriter
Convenience class for writing character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are acceptable. To specify these values yourself, construct an OutputStreamWriter on a FileOutputStream.
See Also: