Package org.xbis

Examples of org.xbis.JibxReader


         * @throws IOException on error reading input stream
         */
        public IXMLReader getReader(IInByteBuffer buff, String charcode, String name, boolean reset)
        throws IOException {
            if (m_reader == null) {
                m_reader = new JibxReader(buff);
            } else {
                m_reader.setBuffer(buff);
            }
            if (reset) {
                m_reader.reset();
View Full Code Here

TOP

Related Classes of org.xbis.JibxReader

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.