Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static BOMInputStream.Builder |
BOMInputStream.builder()
Constructs a new
BOMInputStream.Builder . |
BOMInputStream.Builder |
BOMInputStream.Builder.setByteOrderMarks(ByteOrderMark... byteOrderMarks)
Sets the ByteOrderMarks to detect and optionally exclude.
|
BOMInputStream.Builder |
BOMInputStream.Builder.setInclude(boolean include)
Sets whether to include the UTF-8 BOM (true) or to exclude it (false).
|