final class com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader extends com.sun.xml.internal.dtdparser.XmlReader$BaseReader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader
  super_class: com.sun.xml.internal.dtdparser.XmlReader$BaseReader
{
  private char nextChar;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader this
        start local 1 // java.io.InputStream stream
         0: .line 564
            aload 0 /* this */
            aload 1 /* stream */
            invokespecial com.sun.xml.internal.dtdparser.XmlReader$BaseReader.<init>:(Ljava/io/InputStream;)V
         1: .line 565
            return
        end local 1 // java.io.InputStream stream
        end local 0 // com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/dtdparser/XmlReader$Utf8Reader;
            0    2     1  stream  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      stream  

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader this
        start local 1 // char[] buf
        start local 2 // int offset
        start local 3 // int len
         0: .line 568
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: iconst_0
            istore 5 /* c */
        start local 5 // int c
         2: .line 570
            iload 3 /* len */
            ifgt 4
         3: .line 571
            iconst_0
            ireturn
         4: .line 574
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
            ifeq 76
         5: .line 575
            aload 1 /* buf */
            iload 2 /* offset */
            iload 4 /* i */
            iinc 4 /* i */ 1
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
            castore
         6: .line 576
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
         7: .line 579
            goto 76
         8: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            if_icmpgt 18
         9: .line 582
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.instream:Ljava/io/InputStream;
            ifnonnull 12
        10: .line 583
            iconst_m1
            istore 5 /* c */
        11: .line 584
            goto 77
        12: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
        13: .line 587
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.instream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            arraylength
            invokevirtual java.io.InputStream.read:([BII)I
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
        14: .line 588
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            ifgt 18
        15: .line 589
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.close:()V
        16: .line 590
            iconst_m1
            istore 5 /* c */
        17: .line 591
            goto 77
        18: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            baload
            sipush 255
            iand
            istore 5 /* c */
        19: .line 608
            iload 5 /* c */
            sipush 128
            iand
            ifne 23
        20: .line 610
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
        21: .line 611
            aload 1 /* buf */
            iload 2 /* offset */
            iload 4 /* i */
            iinc 4 /* i */ 1
            iadd
            iload 5 /* c */
            i2c
            castore
        22: .line 612
            goto 76
        23: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            istore 6 /* off */
        start local 6 // int off
        24: .line 623
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            baload
            sipush 224
            iand
            sipush 192
            if_icmpne 28
        25: .line 624
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 31
            iand
            bipush 6
            ishl
            istore 5 /* c */
        26: .line 625
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            iadd
            istore 5 /* c */
        27: .line 630
            goto 52
      StackMap locals: int
      StackMap stack:
        28: aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            baload
            sipush 240
            iand
            sipush 224
            if_icmpne 33
        29: .line 631
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 15
            iand
            bipush 12
            ishl
            istore 5 /* c */
        30: .line 632
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            bipush 6
            ishl
            iadd
            istore 5 /* c */
        31: .line 633
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            iadd
            istore 5 /* c */
        32: .line 638
            goto 52
      StackMap locals:
      StackMap stack:
        33: aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            baload
            sipush 248
            iand
            sipush 240
            if_icmpne 47
        34: .line 639
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 7
            iand
            bipush 18
            ishl
            istore 5 /* c */
        35: .line 640
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            bipush 12
            ishl
            iadd
            istore 5 /* c */
        36: .line 641
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            bipush 6
            ishl
            iadd
            istore 5 /* c */
        37: .line 642
            iload 5 /* c */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iload 6 /* off */
            iinc 6 /* off */ 1
            baload
            bipush 63
            iand
            iadd
            istore 5 /* c */
        38: .line 647
            iload 5 /* c */
            ldc 1114111
            if_icmple 43
        39: .line 648
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "UTF-8 encoding of character 0x00"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        40: .line 649
            iload 5 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        41: .line 650
            ldc " can't be converted to Unicode."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        42: .line 648
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        43: .line 653
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 65536
            isub
            istore 5 /* c */
        44: .line 654
            aload 0 /* this */
            ldc 56320
            iload 5 /* c */
            sipush 1023
            iand
            iadd
            i2c
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
        45: .line 655
            ldc 55296
            iload 5 /* c */
            bipush 10
            ishr
            iadd
            istore 5 /* c */
        46: .line 659
            goto 52
        47: .line 660
      StackMap locals:
      StackMap stack:
            new java.io.CharConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unconvertible UTF-8 character beginning with 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        48: .line 662
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        49: .line 660
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        50: .line 664
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
        51: .line 666
            iconst_0
            istore 5 /* c */
        52: .line 675
      StackMap locals:
      StackMap stack:
            iload 6 /* off */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            if_icmple 66
        53: .line 676
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
        54: .line 677
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            isub
        55: .line 676
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        56: .line 678
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            isub
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
        57: .line 679
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
        58: .line 680
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.instream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
        59: .line 681
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            arraylength
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            isub
        60: .line 680
            invokevirtual java.io.InputStream.read:([BII)I
            istore 6 /* off */
        61: .line 682
            iload 6 /* off */
            ifge 64
        62: .line 683
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.close:()V
        63: .line 684
            new java.io.CharConversionException
            dup
            ldc "Partial UTF-8 char"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        64: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
            iload 6 /* off */
            iadd
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.finish:I
        65: .line 687
            goto 76
        66: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            goto 71
        67: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.buffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            baload
            sipush 192
            iand
            sipush 128
            if_icmpeq 70
        68: .line 695
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.close:()V
        69: .line 696
            new java.io.CharConversionException
            dup
            ldc "Malformed UTF-8 char -- is an XML encoding declaration missing?"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        70: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
      StackMap locals:
      StackMap stack:
        71: aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.start:I
            iload 6 /* off */
            if_icmplt 67
        72: .line 704
            aload 1 /* buf */
            iload 2 /* offset */
            iload 4 /* i */
            iinc 4 /* i */ 1
            iadd
            iload 5 /* c */
            i2c
            castore
        73: .line 705
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
            ifeq 76
            iload 4 /* i */
            iload 3 /* len */
            if_icmpge 76
        74: .line 706
            aload 1 /* buf */
            iload 2 /* offset */
            iload 4 /* i */
            iinc 4 /* i */ 1
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
            castore
        75: .line 707
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader.nextChar:C
        end local 6 // int off
        76: .line 579
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 3 /* len */
            if_icmplt 8
        77: .line 710
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ifle 79
        78: .line 711
            iload 4 /* i */
            ireturn
        79: .line 712
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            iconst_m1
            if_icmpne 80
            iconst_m1
            goto 81
      StackMap locals:
      StackMap stack:
        80: iconst_0
      StackMap locals:
      StackMap stack: int
        81: ireturn
        end local 5 // int c
        end local 4 // int i
        end local 3 // int len
        end local 2 // int offset
        end local 1 // char[] buf
        end local 0 // com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   82     0    this  Lcom/sun/xml/internal/dtdparser/XmlReader$Utf8Reader;
            0   82     1     buf  [C
            0   82     2  offset  I
            0   82     3     len  I
            1   82     4       i  I
            2   82     5       c  I
           24   76     6     off  I
      Exception table:
        from    to  target  type
          24    50      50  Class java.lang.ArrayIndexOutOfBoundsException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      len     
}
SourceFile: "XmlReader.java"
NestHost: com.sun.xml.internal.dtdparser.XmlReader
InnerClasses:
  abstract BaseReader = com.sun.xml.internal.dtdparser.XmlReader$BaseReader of com.sun.xml.internal.dtdparser.XmlReader
  final Utf8Reader = com.sun.xml.internal.dtdparser.XmlReader$Utf8Reader of com.sun.xml.internal.dtdparser.XmlReader