Uses of Class
org.apache.commons.io.output.WriterOutputStream.Builder
-
Packages that use WriterOutputStream.Builder Package Description org.apache.commons.io.output Provides implementations of output classes, such asOutputStreamandWriter. -
-
Uses of WriterOutputStream.Builder in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return WriterOutputStream.Builder Modifier and Type Method Description static WriterOutputStream.BuilderWriterOutputStream. builder()Constructs a newWriterOutputStream.Builder.WriterOutputStream.BuilderWriterOutputStream.Builder. setCharset(java.lang.String charset)WriterOutputStream.BuilderWriterOutputStream.Builder. setCharset(java.nio.charset.Charset charset)WriterOutputStream.BuilderWriterOutputStream.Builder. setCharsetDecoder(java.nio.charset.CharsetDecoder charsetDecoder)Sets the charset decoder.WriterOutputStream.BuilderWriterOutputStream.Builder. setWriteImmediately(boolean writeImmediately)Sets whether the output buffer will be flushed after each write operation (true), meaning all available data will be written to the underlyingWriterimmediately.
-