com.sun.xfile

Class 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.
See Also:
OutputStreamWriter, XFileOutputStream

Constructor Summary

XFileWriter(String fileName)
XFileWriter(String fileName, boolean append)
XFileWriter(XFile file)

Constructor Details

XFileWriter

public XFileWriter(String fileName)
            throws IOException

XFileWriter

public XFileWriter(String fileName,
                   boolean append)
            throws IOException

XFileWriter

public XFileWriter(XFile file)
            throws IOException