Uses of Class
org.apache.commons.io.input.BOMInputStream
Packages that use BOMInputStream
Package
Description
This package provides implementations of input classes, such as
InputStream and Reader.-
Uses of BOMInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input with parameters of type BOMInputStreamModifier and TypeMethodDescriptionprivate StringXmlStreamReader.doRawStream(BOMInputStream bom, BOMInputStream pis, boolean lenient) Process the raw stream.private StringXmlStreamReader.processHttpStream(BOMInputStream bom, BOMInputStream pis, String httpContentType, boolean lenient) Process a HTTP stream.