Package nl.siegmann.epublib.util.commons.io

Examples of nl.siegmann.epublib.util.commons.io.XmlStreamReader


   *
   * @return the contents of the Resource as Reader.
   * @throws IOException
   */
  public Reader getReader() throws IOException {
    return new XmlStreamReader(new ByteArrayInputStream(getData()), getInputEncoding());
  }
View Full Code Here

TOP

Related Classes of nl.siegmann.epublib.util.commons.io.XmlStreamReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.