Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
BOMInputStream |
BOMInputStream.Builder.get()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
XmlStreamReader.processHttpStream(BOMInputStream bomInput,
BOMInputStream piInput,
boolean lenient)
Process the raw stream.
|
private java.lang.String |
XmlStreamReader.processHttpStream(BOMInputStream bomInput,
BOMInputStream piInput,
boolean lenient,
java.lang.String httpContentType)
Processes an HTTP stream.
|