Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static CharSequenceInputStream.Builder |
CharSequenceInputStream.builder()
Constructs a new
CharSequenceInputStream.Builder . |
CharSequenceInputStream.Builder |
CharSequenceInputStream.Builder.setCharset(Charset charset) |
CharSequenceInputStream.Builder |
CharSequenceInputStream.Builder.setCharsetEncoder(CharsetEncoder newEncoder)
Sets the charset encoder.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.