Uses of Class
org.apache.commons.io.input.BOMInputStream
-
Packages that use BOMInputStream Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of BOMInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return BOMInputStream Modifier and Type Method Description BOMInputStreamBOMInputStream.Builder. get()Builds a newBOMInputStream.Methods in org.apache.commons.io.input with parameters of type BOMInputStream Modifier and Type Method Description private java.lang.StringXmlStreamReader. processHttpStream(BOMInputStream bomInput, BOMInputStream piInput, boolean lenient)Process the raw stream.private java.lang.StringXmlStreamReader. processHttpStream(BOMInputStream bomInput, BOMInputStream piInput, boolean lenient, java.lang.String httpContentType)Processes an HTTP stream.
-