Package com.sun.xfile
Class XFileWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
com.sun.xfile.XFileWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
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:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionXFileWriter
(XFile file) XFileWriter
(String fileName) XFileWriter
(String fileName, boolean append) -
Method Summary
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, write
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
Constructor Details
-
XFileWriter
- Throws:
IOException
-
XFileWriter
- Throws:
IOException
-
XFileWriter
- Throws:
IOException
-