Uses of Class
org.apache.commons.io.input.BOMInputStream
-
Packages that use BOMInputStream Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of BOMInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input with parameters of type BOMInputStream Modifier and Type Method Description private java.lang.String
XmlStreamReader. doRawStream(BOMInputStream bom, BOMInputStream pis, boolean lenient)
Process the raw stream.private java.lang.String
XmlStreamReader. processHttpStream(BOMInputStream bom, BOMInputStream pis, java.lang.String httpContentType, boolean lenient)
Process a HTTP stream.
-