Uses of Class
org.apache.commons.io.input.BOMInputStream.Builder
-
Packages that use BOMInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of BOMInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return BOMInputStream.Builder Modifier and Type Method Description static BOMInputStream.Builder
BOMInputStream. builder()
Constructs a newBOMInputStream.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).
-