public class EncodingFileWriter extends OutputStreamWriter
Constructor and Description |
---|
EncodingFileWriter(File file,
String newline) |
EncodingFileWriter(File file,
String encoding,
String newline) |
Modifier and Type | Method and Description |
---|---|
Writer |
append(CharSequence text) |
close, flush, getEncoding, write, write, write
String newline
public EncodingFileWriter(File file, String newline) throws IOException
IOException
public EncodingFileWriter(File file, String encoding, String newline) throws IOException
IOException
public Writer append(CharSequence text) throws IOException
append
in interface Appendable
append
in class Writer
IOException
Copyright © 2020. All rights reserved.