Class XmlReader.Iso8859_1Reader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable
    Enclosing class:
    XmlReader

    static final class XmlReader.Iso8859_1Reader
    extends XmlReader.BaseReader
    • Constructor Summary

      Constructors 
      Constructor Description
      Iso8859_1Reader​(java.io.InputStream in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(char[] buf, int offset, int len)  
      • Methods inherited from class java.io.Reader

        mark, markSupported, nullReader, read, read, read, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iso8859_1Reader

        Iso8859_1Reader​(java.io.InputStream in)
    • Method Detail

      • read

        public int read​(char[] buf,
                        int offset,
                        int len)
                 throws java.io.IOException
        Specified by:
        read in class java.io.Reader
        Throws:
        java.io.IOException