Uses of Class
org.apache.commons.io.input.BOMInputStream
Packages that use BOMInputStream
-
Uses of BOMInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return BOMInputStreamMethods in org.apache.commons.io.input with parameters of type BOMInputStreamModifier and TypeMethodDescriptionprivate String
XmlStreamReader.doRawStream
(BOMInputStream bom, BOMInputStream pis, boolean lenient) Process the raw stream.private String
XmlStreamReader.processHttpStream
(BOMInputStream bomInput, BOMInputStream piInput, String httpContentType, boolean lenient) Processes an HTTP stream.