public class com.sun.org.apache.xerces.internal.impl.io.UTF8Reader extends java.io.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.io.UTF8Reader
  super_class: java.io.Reader
{
  public static final int DEFAULT_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2048

  private static final boolean DEBUG_READ;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected java.io.InputStream fInputStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0004) ACC_PROTECTED

  protected byte[] fBuffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int fOffset;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private int fSurrogate;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.util.MessageFormatter fFormatter;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Locale fLocale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // java.io.InputStream inputStream
         0: .line 92
            aload 0 /* this */
            aload 1 /* inputStream */
            sipush 2048
            new com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter.<init>:()V
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokespecial com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.<init>:(Ljava/io/InputStream;ILcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
         1: .line 93
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    2     1  inputStream  Ljava/io/InputStream;
    MethodParameters:
             Name  Flags
      inputStream  

  public void <init>(java.io.InputStream, com.sun.org.apache.xerces.internal.util.MessageFormatter, java.util.Locale);
    descriptor: (Ljava/io/InputStream;Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // java.io.InputStream inputStream
        start local 2 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        start local 3 // java.util.Locale locale
         0: .line 105
            aload 0 /* this */
            aload 1 /* inputStream */
            sipush 2048
            aload 2 /* messageFormatter */
            aload 3 /* locale */
            invokespecial com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.<init>:(Ljava/io/InputStream;ILcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
         1: .line 106
            return
        end local 3 // java.util.Locale locale
        end local 2 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    2     1       inputStream  Ljava/io/InputStream;
            0    2     2  messageFormatter  Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            0    2     3            locale  Ljava/util/Locale;
    MethodParameters:
                  Name  Flags
      inputStream       
      messageFormatter  
      locale            

  public void <init>(java.io.InputStream, int, com.sun.org.apache.xerces.internal.util.MessageFormatter, java.util.Locale);
    descriptor: (Ljava/io/InputStream;ILcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // java.io.InputStream inputStream
        start local 2 // int size
        start local 3 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        start local 4 // java.util.Locale locale
         0: .line 117
            aload 0 /* this */
            invokespecial java.io.Reader.<init>:()V
         1: .line 72
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
         2: .line 76
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         3: .line 79
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
         4: .line 119
            aload 0 /* this */
            aload 1 /* inputStream */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
         5: .line 120
            invokestatic com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator.getBufferAllocator:()Lcom/sun/xml/internal/stream/util/BufferAllocator;
            astore 5 /* ba */
        start local 5 // com.sun.xml.internal.stream.util.BufferAllocator ba
         6: .line 121
            aload 0 /* this */
            aload 5 /* ba */
            iload 2 /* size */
            invokevirtual com.sun.xml.internal.stream.util.BufferAllocator.getByteBuffer:(I)[B
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
         7: .line 122
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            ifnonnull 9
         8: .line 123
            aload 0 /* this */
            iload 2 /* size */
            newarray 8
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
         9: .line 125
      StackMap locals: com.sun.org.apache.xerces.internal.impl.io.UTF8Reader java.io.InputStream int com.sun.org.apache.xerces.internal.util.MessageFormatter java.util.Locale com.sun.xml.internal.stream.util.BufferAllocator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* messageFormatter */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
        10: .line 126
            aload 0 /* this */
            aload 4 /* locale */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
        11: .line 127
            return
        end local 5 // com.sun.xml.internal.stream.util.BufferAllocator ba
        end local 4 // java.util.Locale locale
        end local 3 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        end local 2 // int size
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0   12     1       inputStream  Ljava/io/InputStream;
            0   12     2              size  I
            0   12     3  messageFormatter  Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            0   12     4            locale  Ljava/util/Locale;
            6   12     5                ba  Lcom/sun/xml/internal/stream/util/BufferAllocator;
    MethodParameters:
                  Name  Flags
      inputStream       
      size              
      messageFormatter  
      locale            

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
         0: .line 149
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
            istore 1 /* c */
        start local 1 // int c
         1: .line 150
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
            iconst_m1
            if_icmpne 89
         2: .line 153
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         3: .line 156
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 5
         4: .line 157
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 6
      StackMap locals: int int
      StackMap stack:
         5: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
         6: .line 156
      StackMap locals:
      StackMap stack: int
            istore 3 /* b0 */
        start local 3 // int b0
         7: .line 158
            iload 3 /* b0 */
            iconst_m1
            if_icmpne 9
         8: .line 159
            iconst_m1
            ireturn
         9: .line 164
      StackMap locals: int
      StackMap stack:
            iload 3 /* b0 */
            sipush 128
            if_icmpge 12
        10: .line 165
            iload 3 /* b0 */
            i2c
            istore 1 /* c */
        11: .line 166
            goto 90
        12: .line 170
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            sipush 224
            iand
            sipush 192
            if_icmpne 23
            iload 3 /* b0 */
            bipush 30
            iand
            ifeq 23
        13: .line 171
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 15
        14: .line 172
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        16: .line 171
      StackMap locals:
      StackMap stack: int
            istore 4 /* b1 */
        start local 4 // int b1
        17: .line 173
            iload 4 /* b1 */
            iconst_m1
            if_icmpne 19
        18: .line 174
            aload 0 /* this */
            iconst_2
            iconst_2
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        19: .line 176
      StackMap locals: int
      StackMap stack:
            iload 4 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 21
        20: .line 177
            aload 0 /* this */
            iconst_2
            iconst_2
            iload 4 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        21: .line 179
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            bipush 6
            ishl
            sipush 1984
            iand
            iload 4 /* b1 */
            bipush 63
            iand
            ior
            istore 1 /* c */
        end local 4 // int b1
        22: .line 180
            goto 90
        23: .line 184
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            sipush 240
            iand
            sipush 224
            if_icmpne 46
        24: .line 185
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 26
        25: .line 186
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 27
      StackMap locals:
      StackMap stack:
        26: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        27: .line 185
      StackMap locals:
      StackMap stack: int
            istore 4 /* b1 */
        start local 4 // int b1
        28: .line 187
            iload 4 /* b1 */
            iconst_m1
            if_icmpne 30
        29: .line 188
            aload 0 /* this */
            iconst_2
            iconst_3
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        30: .line 190
      StackMap locals: int
      StackMap stack:
            iload 4 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpne 33
        31: .line 191
            iload 3 /* b0 */
            sipush 237
            if_icmpne 32
            iload 4 /* b1 */
            sipush 160
            if_icmpge 33
        32: .line 192
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            bipush 15
            iand
            ifne 34
            iload 4 /* b1 */
            bipush 32
            iand
            ifne 34
        33: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_3
            iload 4 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        34: .line 195
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 36
        35: .line 196
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 37
      StackMap locals:
      StackMap stack:
        36: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        37: .line 195
      StackMap locals:
      StackMap stack: int
            istore 5 /* b2 */
        start local 5 // int b2
        38: .line 197
            iload 5 /* b2 */
            iconst_m1
            if_icmpne 40
        39: .line 198
            aload 0 /* this */
            iconst_3
            iconst_3
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        40: .line 200
      StackMap locals: int
      StackMap stack:
            iload 5 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 42
        41: .line 201
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 5 /* b2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        42: .line 203
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            bipush 12
            ishl
            ldc 61440
            iand
            iload 4 /* b1 */
            bipush 6
            ishl
            sipush 4032
            iand
            ior
        43: .line 204
            iload 5 /* b2 */
            bipush 63
            iand
        44: .line 203
            ior
            istore 1 /* c */
        end local 5 // int b2
        end local 4 // int b1
        45: .line 205
            goto 90
        46: .line 211
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            sipush 248
            iand
            sipush 240
            if_icmpne 87
        47: .line 212
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 49
        48: .line 213
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 50
      StackMap locals:
      StackMap stack:
        49: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        50: .line 212
      StackMap locals:
      StackMap stack: int
            istore 4 /* b1 */
        start local 4 // int b1
        51: .line 214
            iload 4 /* b1 */
            iconst_m1
            if_icmpne 53
        52: .line 215
            aload 0 /* this */
            iconst_2
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        53: .line 217
      StackMap locals: int
      StackMap stack:
            iload 4 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpne 55
        54: .line 218
            iload 4 /* b1 */
            bipush 48
            iand
            ifne 56
            iload 3 /* b0 */
            bipush 7
            iand
            ifne 56
        55: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_3
            iload 4 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        56: .line 221
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 58
        57: .line 222
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 59
      StackMap locals:
      StackMap stack:
        58: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        59: .line 221
      StackMap locals:
      StackMap stack: int
            istore 5 /* b2 */
        start local 5 // int b2
        60: .line 223
            iload 5 /* b2 */
            iconst_m1
            if_icmpne 62
        61: .line 224
            aload 0 /* this */
            iconst_3
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        62: .line 226
      StackMap locals: int
      StackMap stack:
            iload 5 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 64
        63: .line 227
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 5 /* b2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        64: .line 229
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            if_icmpne 66
        65: .line 230
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            goto 67
      StackMap locals:
      StackMap stack:
        66: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 2 /* index */
            iinc 2 /* index */ 1
            baload
            sipush 255
            iand
        67: .line 229
      StackMap locals:
      StackMap stack: int
            istore 6 /* b3 */
        start local 6 // int b3
        68: .line 231
            iload 6 /* b3 */
            iconst_m1
            if_icmpne 70
        69: .line 232
            aload 0 /* this */
            iconst_4
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        70: .line 234
      StackMap locals: int
      StackMap stack:
            iload 6 /* b3 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 72
        71: .line 235
            aload 0 /* this */
            iconst_4
            iconst_4
            iload 6 /* b3 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        72: .line 237
      StackMap locals:
      StackMap stack:
            iload 3 /* b0 */
            iconst_2
            ishl
            bipush 28
            iand
            iload 4 /* b1 */
            iconst_4
            ishr
            iconst_3
            iand
            ior
            istore 7 /* uuuuu */
        start local 7 // int uuuuu
        73: .line 238
            iload 7 /* uuuuu */
            bipush 16
            if_icmple 75
        74: .line 239
            aload 0 /* this */
            iload 7 /* uuuuu */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidSurrogate:(I)V
        75: .line 241
      StackMap locals: int
      StackMap stack:
            iload 7 /* uuuuu */
            iconst_1
            isub
            istore 8 /* wwww */
        start local 8 // int wwww
        76: .line 242
            ldc 55296
        77: .line 243
            iload 8 /* wwww */
            bipush 6
            ishl
            sipush 960
            iand
        78: .line 242
            ior
        79: .line 243
            iload 4 /* b1 */
            iconst_2
            ishl
            bipush 60
            iand
        80: .line 242
            ior
        81: .line 244
            iload 5 /* b2 */
            iconst_4
            ishr
            iconst_3
            iand
        82: .line 242
            ior
            istore 9 /* hs */
        start local 9 // int hs
        83: .line 245
            ldc 56320
            iload 5 /* b2 */
            bipush 6
            ishl
            sipush 960
            iand
            ior
            iload 6 /* b3 */
            bipush 63
            iand
            ior
            istore 10 /* ls */
        start local 10 // int ls
        84: .line 246
            iload 9 /* hs */
            istore 1 /* c */
        85: .line 247
            aload 0 /* this */
            iload 10 /* ls */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
        end local 10 // int ls
        end local 9 // int hs
        end local 8 // int wwww
        end local 7 // int uuuuu
        end local 6 // int b3
        end local 5 // int b2
        end local 4 // int b1
        86: .line 248
            goto 90
        87: .line 252
      StackMap locals: com.sun.org.apache.xerces.internal.impl.io.UTF8Reader int int int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iconst_1
            iload 3 /* b0 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        end local 3 // int b0
        end local 2 // int index
        88: .line 254
            goto 90
        89: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
        90: .line 265
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   91     0   this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            1   91     1      c  I
            3   88     2  index  I
            7   88     3     b0  I
           17   22     4     b1  I
           28   45     4     b1  I
           38   45     5     b2  I
           51   86     4     b1  I
           60   86     5     b2  I
           68   86     6     b3  I
           73   86     7  uuuuu  I
           76   86     8   wwww  I
           83   86     9     hs  I
           84   86    10     ls  I
    Exceptions:
      throws java.io.IOException

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=20, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 286
            iload 2 /* offset */
            istore 4 /* out */
        start local 4 // int out
         1: .line 287
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
            iconst_m1
            if_icmpeq 6
         2: .line 288
            aload 1 /* ch */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
            i2c
            castore
         3: .line 289
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
         4: .line 290
            iinc 3 /* length */ -1
         5: .line 291
            iinc 4 /* out */ 1
         6: .line 295
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         7: .line 296
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            ifne 15
         8: .line 298
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            arraylength
            if_icmple 10
         9: .line 299
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            arraylength
            istore 3 /* length */
        10: .line 303
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 3 /* length */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* count */
        11: .line 304
            iload 5 /* count */
            iconst_m1
            if_icmpne 13
        12: .line 305
            iconst_m1
            ireturn
        13: .line 307
      StackMap locals:
      StackMap stack:
            iload 5 /* count */
            iload 4 /* out */
            iload 2 /* offset */
            isub
            iadd
            istore 5 /* count */
        14: .line 308
            goto 17
        15: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
            istore 5 /* count */
        16: .line 319
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        17: .line 323
      StackMap locals:
      StackMap stack:
            iload 5 /* count */
            istore 6 /* total */
        start local 6 // int total
        18: .line 327
            iconst_0
            istore 7 /* in */
        start local 7 // int in
        19: goto 24
        20: .line 328
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            istore 8 /* byte1 */
        start local 8 // byte byte1
        21: .line 329
            iload 8 /* byte1 */
            iflt 195
        22: .line 330
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 8 /* byte1 */
            i2c
            castore
        23: .line 327
            iinc 7 /* in */ 1
        end local 8 // byte byte1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* in */
            iload 6 /* total */
            if_icmplt 20
        25: .line 336
            goto 195
        26: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            istore 8 /* byte1 */
        start local 8 // byte byte1
        27: .line 341
            iload 8 /* byte1 */
            iflt 30
        28: .line 342
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 8 /* byte1 */
            i2c
            castore
        29: .line 343
            goto 194
        30: .line 348
      StackMap locals: int
      StackMap stack:
            iload 8 /* byte1 */
            sipush 255
            iand
            istore 9 /* b0 */
        start local 9 // int b0
        31: .line 349
            iload 9 /* b0 */
            sipush 224
            iand
            sipush 192
            if_icmpne 55
            iload 9 /* b0 */
            bipush 30
            iand
            ifeq 55
        32: .line 350
            iconst_m1
            istore 10 /* b1 */
        start local 10 // int b1
        33: .line 351
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 36
        34: .line 352
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 10 /* b1 */
        35: .line 353
            goto 44
        36: .line 355
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 10 /* b1 */
        37: .line 356
            iload 10 /* b1 */
            iconst_m1
            if_icmpne 43
        38: .line 357
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 42
        39: .line 358
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        40: .line 359
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        41: .line 360
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        42: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_2
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        43: .line 364
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
        44: .line 366
      StackMap locals:
      StackMap stack:
            iload 10 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 51
        45: .line 367
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 50
        46: .line 368
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        47: .line 369
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
        48: .line 370
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        49: .line 371
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        50: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_2
            iload 10 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        51: .line 375
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            bipush 6
            ishl
            sipush 1984
            iand
            iload 10 /* b1 */
            bipush 63
            iand
            ior
            istore 11 /* c */
        start local 11 // int c
        52: .line 376
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 11 /* c */
            i2c
            castore
        53: .line 377
            iinc 5 /* count */ -1
        54: .line 378
            goto 194
        end local 11 // int c
        end local 10 // int b1
        55: .line 383
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            sipush 240
            iand
            sipush 224
            if_icmpne 104
        56: .line 384
            iconst_m1
            istore 10 /* b1 */
        start local 10 // int b1
        57: .line 385
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 60
        58: .line 386
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 10 /* b1 */
        59: .line 387
            goto 68
        60: .line 389
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 10 /* b1 */
        61: .line 390
            iload 10 /* b1 */
            iconst_m1
            if_icmpne 67
        62: .line 391
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 66
        63: .line 392
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        64: .line 393
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        65: .line 394
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        66: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_3
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        67: .line 398
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
        68: .line 400
      StackMap locals:
      StackMap stack:
            iload 10 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpne 71
        69: .line 401
            iload 9 /* b0 */
            sipush 237
            if_icmpne 70
            iload 10 /* b1 */
            sipush 160
            if_icmpge 71
        70: .line 402
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            bipush 15
            iand
            ifne 77
            iload 10 /* b1 */
            bipush 32
            iand
            ifne 77
        71: .line 403
      StackMap locals:
      StackMap stack:
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 76
        72: .line 404
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        73: .line 405
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
        74: .line 406
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        75: .line 407
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        76: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_3
            iload 10 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        77: .line 411
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 11 /* b2 */
        start local 11 // int b2
        78: .line 412
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 81
        79: .line 413
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 11 /* b2 */
        80: .line 414
            goto 90
        81: .line 416
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 11 /* b2 */
        82: .line 417
            iload 11 /* b2 */
            iconst_m1
            if_icmpne 89
        83: .line 418
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 88
        84: .line 419
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        85: .line 420
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
        86: .line 421
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        87: .line 422
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        88: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            iconst_3
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
        89: .line 426
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
        90: .line 428
      StackMap locals:
      StackMap stack:
            iload 11 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 98
        91: .line 429
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 97
        92: .line 430
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
        93: .line 431
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
        94: .line 432
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_2
            iload 11 /* b2 */
            i2b
            bastore
        95: .line 433
            aload 0 /* this */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
        96: .line 434
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
        97: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 11 /* b2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        98: .line 438
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            bipush 12
            ishl
            ldc 61440
            iand
            iload 10 /* b1 */
            bipush 6
            ishl
            sipush 4032
            iand
            ior
        99: .line 439
            iload 11 /* b2 */
            bipush 63
            iand
       100: .line 438
            ior
            istore 12 /* c */
        start local 12 // int c
       101: .line 440
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 12 /* c */
            i2c
            castore
       102: .line 441
            iinc 5 /* count */ -2
       103: .line 442
            goto 194
        end local 12 // int c
        end local 11 // int b2
        end local 10 // int b1
       104: .line 449
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            sipush 248
            iand
            sipush 240
            if_icmpne 189
       105: .line 450
            iconst_m1
            istore 10 /* b1 */
        start local 10 // int b1
       106: .line 451
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 109
       107: .line 452
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 10 /* b1 */
       108: .line 453
            goto 117
       109: .line 455
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 10 /* b1 */
       110: .line 456
            iload 10 /* b1 */
            iconst_m1
            if_icmpne 116
       111: .line 457
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 115
       112: .line 458
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       113: .line 459
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       114: .line 460
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       115: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
       116: .line 464
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
       117: .line 466
      StackMap locals:
      StackMap stack:
            iload 10 /* b1 */
            sipush 192
            iand
            sipush 128
            if_icmpne 119
       118: .line 467
            iload 10 /* b1 */
            bipush 48
            iand
            ifne 125
            iload 9 /* b0 */
            bipush 7
            iand
            ifne 125
       119: .line 468
      StackMap locals:
      StackMap stack:
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 124
       120: .line 469
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       121: .line 470
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       122: .line 471
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       123: .line 472
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       124: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iconst_4
            iload 10 /* b1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
       125: .line 476
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 11 /* b2 */
        start local 11 // int b2
       126: .line 477
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 129
       127: .line 478
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 11 /* b2 */
       128: .line 479
            goto 138
       129: .line 481
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 11 /* b2 */
       130: .line 482
            iload 11 /* b2 */
            iconst_m1
            if_icmpne 137
       131: .line 483
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 136
       132: .line 484
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       133: .line 485
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       134: .line 486
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       135: .line 487
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       136: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
       137: .line 491
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
       138: .line 493
      StackMap locals:
      StackMap stack:
            iload 11 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 146
       139: .line 494
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 145
       140: .line 495
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       141: .line 496
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       142: .line 497
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_2
            iload 11 /* b2 */
            i2b
            bastore
       143: .line 498
            aload 0 /* this */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       144: .line 499
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       145: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            iconst_4
            iload 11 /* b2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
       146: .line 503
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 12 /* b3 */
        start local 12 // int b3
       147: .line 504
            iinc 7 /* in */ 1
            iload 7 /* in */
            iload 6 /* total */
            if_icmpge 150
       148: .line 505
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iload 7 /* in */
            baload
            sipush 255
            iand
            istore 12 /* b3 */
       149: .line 506
            goto 160
       150: .line 508
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 12 /* b3 */
       151: .line 509
            iload 12 /* b3 */
            iconst_m1
            if_icmpne 159
       152: .line 510
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 158
       153: .line 511
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       154: .line 512
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       155: .line 513
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_2
            iload 11 /* b2 */
            i2b
            bastore
       156: .line 514
            aload 0 /* this */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       157: .line 515
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       158: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            iconst_4
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.expectedByte:(II)V
       159: .line 519
      StackMap locals:
      StackMap stack:
            iinc 5 /* count */ 1
       160: .line 521
      StackMap locals:
      StackMap stack:
            iload 12 /* b3 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 169
       161: .line 522
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 168
       162: .line 523
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       163: .line 524
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       164: .line 525
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_2
            iload 11 /* b2 */
            i2b
            bastore
       165: .line 526
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_3
            iload 12 /* b3 */
            i2b
            bastore
       166: .line 527
            aload 0 /* this */
            iconst_4
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       167: .line 528
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       168: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            iconst_4
            iload 11 /* b2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
       169: .line 534
      StackMap locals:
      StackMap stack:
            iload 4 /* out */
            iconst_1
            iadd
            aload 1 /* ch */
            arraylength
            if_icmplt 176
       170: .line 535
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       171: .line 536
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_1
            iload 10 /* b1 */
            i2b
            bastore
       172: .line 537
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_2
            iload 11 /* b2 */
            i2b
            bastore
       173: .line 538
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_3
            iload 12 /* b3 */
            i2b
            bastore
       174: .line 539
            aload 0 /* this */
            iconst_4
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       175: .line 540
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       176: .line 544
      StackMap locals:
      StackMap stack:
            iload 9 /* b0 */
            iconst_2
            ishl
            bipush 28
            iand
            iload 10 /* b1 */
            iconst_4
            ishr
            iconst_3
            iand
            ior
            istore 13 /* uuuuu */
        start local 13 // int uuuuu
       177: .line 545
            iload 13 /* uuuuu */
            bipush 16
            if_icmple 179
       178: .line 546
            aload 0 /* this */
            iload 13 /* uuuuu */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidSurrogate:(I)V
       179: .line 548
      StackMap locals: int
      StackMap stack:
            iload 13 /* uuuuu */
            iconst_1
            isub
            istore 14 /* wwww */
        start local 14 // int wwww
       180: .line 549
            iload 10 /* b1 */
            bipush 15
            iand
            istore 15 /* zzzz */
        start local 15 // int zzzz
       181: .line 550
            iload 11 /* b2 */
            bipush 63
            iand
            istore 16 /* yyyyyy */
        start local 16 // int yyyyyy
       182: .line 551
            iload 12 /* b3 */
            bipush 63
            iand
            istore 17 /* xxxxxx */
        start local 17 // int xxxxxx
       183: .line 552
            ldc 55296
            iload 14 /* wwww */
            bipush 6
            ishl
            sipush 960
            iand
            ior
            iload 15 /* zzzz */
            iconst_2
            ishl
            ior
            iload 16 /* yyyyyy */
            iconst_4
            ishr
            ior
            istore 18 /* hs */
        start local 18 // int hs
       184: .line 553
            ldc 56320
            iload 16 /* yyyyyy */
            bipush 6
            ishl
            sipush 960
            iand
            ior
            iload 17 /* xxxxxx */
            ior
            istore 19 /* ls */
        start local 19 // int ls
       185: .line 556
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 18 /* hs */
            i2c
            castore
       186: .line 557
            aload 1 /* ch */
            iload 4 /* out */
            iinc 4 /* out */ 1
            iload 19 /* ls */
            i2c
            castore
       187: .line 558
            iinc 5 /* count */ -2
       188: .line 559
            goto 194
        end local 19 // int ls
        end local 18 // int hs
        end local 17 // int xxxxxx
        end local 16 // int yyyyyy
        end local 15 // int zzzz
        end local 14 // int wwww
        end local 13 // int uuuuu
        end local 12 // int b3
        end local 11 // int b2
        end local 10 // int b1
       189: .line 563
      StackMap locals: com.sun.org.apache.xerces.internal.impl.io.UTF8Reader char[] int int int int int int int int
      StackMap stack:
            iload 4 /* out */
            iload 2 /* offset */
            if_icmple 193
       190: .line 564
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            iconst_0
            iload 9 /* b0 */
            i2b
            bastore
       191: .line 565
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
       192: .line 566
            iload 4 /* out */
            iload 2 /* offset */
            isub
            ireturn
       193: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iconst_1
            iload 9 /* b0 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte:(III)V
        end local 9 // int b0
       194: .line 336
      StackMap locals:
      StackMap stack:
            iinc 7 /* in */ 1
        end local 8 // byte byte1
      StackMap locals:
      StackMap stack:
       195: iload 7 /* in */
            iload 6 /* total */
            if_icmplt 26
       196: .line 575
            iload 5 /* count */
            ireturn
        end local 7 // int in
        end local 6 // int total
        end local 5 // int count
        end local 4 // int out
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0  197     0    this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0  197     1      ch  [C
            0  197     2  offset  I
            0  197     3  length  I
            1  197     4     out  I
            7  197     5   count  I
           18  197     6   total  I
           19  197     7      in  I
           21   24     8   byte1  B
           27  195     8   byte1  B
           31  194     9      b0  I
           33   55    10      b1  I
           52   55    11       c  I
           57  104    10      b1  I
           78  104    11      b2  I
          101  104    12       c  I
          106  189    10      b1  I
          126  189    11      b2  I
          147  189    12      b3  I
          177  189    13   uuuuu  I
          180  189    14    wwww  I
          181  189    15    zzzz  I
          182  189    16  yyyyyy  I
          183  189    17  xxxxxx  I
          184  189    18      hs  I
          185  189    19      ls  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ch      
      offset  
      length  

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // long n
         0: .line 591
            lload 1 /* n */
            lstore 3 /* remaining */
        start local 3 // long remaining
         1: .line 592
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            arraylength
            newarray 5
            astore 5 /* ch */
        start local 5 // char[] ch
         2: .line 594
      StackMap locals: long char[]
      StackMap stack:
            aload 5 /* ch */
            arraylength
            i2l
            lload 3 /* remaining */
            lcmp
            ifge 3
            aload 5 /* ch */
            arraylength
            goto 4
      StackMap locals:
      StackMap stack:
         3: lload 3 /* remaining */
            l2i
      StackMap locals:
      StackMap stack: int
         4: istore 6 /* length */
        start local 6 // int length
         5: .line 595
            aload 0 /* this */
            aload 5 /* ch */
            iconst_0
            iload 6 /* length */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read:([CII)I
            istore 7 /* count */
        start local 7 // int count
         6: .line 596
            iload 7 /* count */
            ifle 10
         7: .line 597
            lload 3 /* remaining */
            iload 7 /* count */
            i2l
            lsub
            lstore 3 /* remaining */
        end local 7 // int count
        end local 6 // int length
         8: .line 602
            lload 3 /* remaining */
            lconst_0
         9: .line 593
            lcmp
            ifgt 2
        10: .line 604
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lload 3 /* remaining */
            lsub
            lstore 6 /* skipped */
        start local 6 // long skipped
        11: .line 605
            lload 6 /* skipped */
            lreturn
        end local 6 // long skipped
        end local 5 // char[] ch
        end local 3 // long remaining
        end local 1 // long n
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0   12     1          n  J
            1   12     3  remaining  J
            2   12     5         ch  [C
            5    8     6     length  I
            6    8     7      count  I
           11   12     6    skipped  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public boolean ready();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
         0: .line 619
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
    Exceptions:
      throws java.io.IOException

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
         0: .line 626
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // int readAheadLimit
         0: .line 643
            new java.io.IOException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
            ldc "OperationNotSupported"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "mark()"
            aastore
            dup
            iconst_1
            ldc "UTF-8"
            aastore
            invokeinterface com.sun.org.apache.xerces.internal.util.MessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int readAheadLimit
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    1     1  readAheadLimit  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      readAheadLimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
         0: .line 660
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fOffset:I
         1: .line 661
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fSurrogate:I
         2: .line 662
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
         0: .line 672
            invokestatic com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator.getBufferAllocator:()Lcom/sun/xml/internal/stream/util/BufferAllocator;
            astore 1 /* ba */
        start local 1 // com.sun.xml.internal.stream.util.BufferAllocator ba
         1: .line 673
            aload 1 /* ba */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
            invokevirtual com.sun.xml.internal.stream.util.BufferAllocator.returnByteBuffer:([B)V
         2: .line 674
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fBuffer:[B
         3: .line 675
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         4: .line 676
            return
        end local 1 // com.sun.xml.internal.stream.util.BufferAllocator ba
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            1    5     1    ba  Lcom/sun/xml/internal/stream/util/BufferAllocator;
    Exceptions:
      throws java.io.IOException

  private void expectedByte(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // int position
        start local 2 // int count
         0: .line 686
            new com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         1: .line 687
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
         2: .line 688
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
         3: .line 689
            ldc "ExpectedByte"
         4: .line 690
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* position */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
            iload 2 /* count */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
         5: .line 686
            invokespecial com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.<init>:(Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 2 // int count
        end local 1 // int position
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    6     1  position  I
            0    6     2     count  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
    MethodParameters:
          Name  Flags
      position  
      count     

  private void invalidByte(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // int position
        start local 2 // int count
        start local 3 // int c
         0: .line 698
            new com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         1: .line 699
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
         2: .line 700
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
         3: .line 701
            ldc "InvalidByte"
         4: .line 702
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* position */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
            iload 2 /* count */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
         5: .line 698
            invokespecial com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.<init>:(Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 3 // int c
        end local 2 // int count
        end local 1 // int position
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    6     1  position  I
            0    6     2     count  I
            0    6     3         c  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
    MethodParameters:
          Name  Flags
      position  
      count     
      c         

  private void invalidSurrogate(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
        start local 1 // int uuuuu
         0: .line 709
            new com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         1: .line 710
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.fLocale:Ljava/util/Locale;
         2: .line 711
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
         3: .line 712
            ldc "InvalidHighSurrogate"
         4: .line 713
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* uuuuu */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
         5: .line 709
            invokespecial com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException.<init>:(Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 1 // int uuuuu
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF8Reader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF8Reader;
            0    6     1  uuuuu  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
    MethodParameters:
       Name  Flags
      uuuuu  
}
SourceFile: "UTF8Reader.java"