Uses of Class
org.apache.commons.io.input.BOMInputStream.Builder
-
Uses of BOMInputStream.Builder in org.apache.commons.io.input
Modifier and TypeMethodDescriptionstatic BOMInputStream.Builder
BOMInputStream.builder()
Constructs a newBOMInputStream.Builder
.BOMInputStream.Builder.setByteOrderMarks
(ByteOrderMark... byteOrderMarks) Sets the ByteOrderMarks to detect and optionally exclude.BOMInputStream.Builder.setInclude
(boolean include) Sets whether to include the UTF-8 BOM (true) or to exclude it (false).