public final class RESTXMLShredder extends Object
XMLStreamReader
out of
an InputStream
.Modifier and Type | Method and Description |
---|---|
static XMLEventReader |
createReader(InputStream inputStream)
This method creates an
XMLEventReader out of an InputStream . |
public static XMLEventReader createReader(InputStream inputStream) throws IOException, XMLStreamException
XMLEventReader
out of an InputStream
.inputStream
- The InputStream
containing the XML file that has to be
stored.XMLStreamReader
object.IOException
- The exception occurred.XMLStreamException
- The exception occurred.Copyright © 2013. All Rights Reserved.