Package com.extentech.formats.XML

Examples of com.extentech.formats.XML.UnicodeInputStream


     * Oct 14, 2010
     * @param in
     * @return
     */
    protected static InputStream wrapInputStream(InputStream in){     
      UnicodeInputStream uin = new UnicodeInputStream(in,"UTF-8");
      // String enc = uin.getEncoding(); // check for BOM mark and skip
       return uin;
    }
View Full Code Here

TOP

Related Classes of com.extentech.formats.XML.UnicodeInputStream

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.