Package | Description |
---|---|
org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
XmlStreamReader.doHttpStream(BOMInputStream bom,
BOMInputStream pis,
java.lang.String httpContentType,
boolean lenient)
Process a HTTP stream.
|
private java.lang.String |
XmlStreamReader.doRawStream(BOMInputStream bom,
BOMInputStream pis,
boolean lenient)
Process the raw stream.
|