Uses of Class
org.apache.commons.io.input.ReaderInputStream.Builder
-
Packages that use ReaderInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of ReaderInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return ReaderInputStream.Builder Modifier and Type Method Description static ReaderInputStream.BuilderReaderInputStream. builder()Constructs a newReaderInputStream.Builder.ReaderInputStream.BuilderReaderInputStream.Builder. setCharset(java.nio.charset.Charset charset)ReaderInputStream.BuilderReaderInputStream.Builder. setCharsetEncoder(java.nio.charset.CharsetEncoder newEncoder)Sets the charset encoder.
-