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