com.sun.xfile
Class XFileWriter
OutputStreamWriter
com.sun.xfile.XFileWriter
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.
XFileWriter
public XFileWriter(String fileName)
throws IOException
XFileWriter
public XFileWriter(String fileName,
boolean append)
throws IOException
XFileWriter
public XFileWriter(XFile file)
throws IOException