Originally developed for ROME under Apache License 2.0. @author Alejandro Abdelnur @version $Id: XmlStreamReader.java 1052161 2010-12-23 03:12:09Z niallp $ @see org.apache.commons.io.output.XmlStreamWriter @since Commons IO 2.0
261262263264265266267
* * @return the contents of the Resource as Reader. * @throws IOException */ public Reader getReader() throws IOException { return new XmlStreamReader(new ByteArrayInputStream(getData()), getInputEncoding()); }