Uses of Class
org.apache.commons.io.output.WriterOutputStream.Builder
Packages that use WriterOutputStream.Builder
-
Uses of WriterOutputStream.Builder in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return WriterOutputStream.BuilderModifier and TypeMethodDescriptionstatic WriterOutputStream.BuilderWriterOutputStream.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 underlyingWriterimmediately.Constructors in org.apache.commons.io.output with parameters of type WriterOutputStream.Builder