Uses of Class
org.apache.commons.io.input.CharSequenceInputStream.Builder
Packages that use CharSequenceInputStream.Builder
-
Uses of CharSequenceInputStream.Builder in org.apache.commons.io.input
Subclasses with type arguments of type CharSequenceInputStream.Builder in org.apache.commons.io.inputMethods in org.apache.commons.io.input that return CharSequenceInputStream.BuilderModifier and TypeMethodDescriptionCharSequenceInputStream.builder()Constructs a newCharSequenceInputStream.Builder.CharSequenceInputStream.Builder.setCharset(Charset charset) CharSequenceInputStream.Builder.setCharsetEncoder(CharsetEncoder newEncoder) Sets the charset encoder.