| Package | Description |
|---|---|
| org.apache.commons.io.input.compatibility |
| Constructor and Description |
|---|
XmlStreamReader(InputStream is,
boolean lenient)
Creates a Reader for a raw InputStream.
|
XmlStreamReader(InputStream is,
String httpContentType,
boolean lenient)
Creates a Reader using an InputStream an the associated content-type
header.
|
XmlStreamReader(InputStream is,
String httpContentType,
boolean lenient,
String defaultEncoding)
Creates a Reader using an InputStream an the associated content-type
header.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.