Package org.bytedeco.javacpp.tools
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 java.io.OutputStreamWriter
append, close, flush, getEncoding, write, write, write
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
Field Details
-
newline
String newline
-
-
Constructor Details
-
EncodingFileWriter
- Throws:
IOException
-
EncodingFileWriter
- Throws:
IOException
-
-
Method Details
-
append
- Specified by:
append
in interfaceAppendable
- Overrides:
append
in classOutputStreamWriter
- Throws:
IOException
-