Uses of Class
org.apache.commons.io.output.WriterOutputStream.Builder
-
Uses of WriterOutputStream.Builder in org.apache.commons.io.output
Modifier and TypeMethodDescriptionstatic WriterOutputStream.Builder
WriterOutputStream.builder()
Constructs a newWriterOutputStream.Builder
.WriterOutputStream.Builder.setCharset
(String charset) WriterOutputStream.Builder.setCharset
(Charset charset) WriterOutputStream.Builder.setCharsetDecoder
(CharsetDecoder charsetDecoder) Sets the charset decoder.WriterOutputStream.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 underlyingWriter
immediately.