Class EncodingFileWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.bytedeco.javacpp.tools.EncodingFileWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEncodingFileWriter(File file, String newline) EncodingFileWriter(File file, String encoding, String newline) -
Method Summary
Methods inherited from class OutputStreamWriter
append, close, flush, getEncoding, write, write, writeMethods inherited from class Writer
append, nullWriter, write, write
-
Field Details
-
newline
String newline
-
-
Constructor Details
-
EncodingFileWriter
- Throws:
IOException
-
EncodingFileWriter
- Throws:
IOException
-
-
Method Details
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classOutputStreamWriter- Throws:
IOException
-