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

  protected final java.io.InputStream fInputStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final byte[] fBuffer;
    descriptor: [B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean fIsBigEndian;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  private final java.util.Locale fLocale;
    descriptor: Ljava/util/Locale;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // java.io.InputStream inputStream
        start local 2 // boolean isBigEndian
         0: .line 87
            aload 0 /* this */
            aload 1 /* inputStream */
            sipush 4096
            iload 2 /* isBigEndian */
         1: .line 88
            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.UTF16Reader.<init>:(Ljava/io/InputStream;IZLcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
         2: .line 89
            return
        end local 2 // boolean isBigEndian
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    3     1  inputStream  Ljava/io/InputStream;
            0    3     2  isBigEndian  Z
    MethodParameters:
             Name  Flags
      inputStream  
      isBigEndian  

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

  public void <init>(java.io.InputStream, int, boolean, com.sun.org.apache.xerces.internal.util.MessageFormatter, java.util.Locale);
    descriptor: (Ljava/io/InputStream;IZLcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // java.io.InputStream inputStream
        start local 2 // int size
        start local 3 // boolean isBigEndian
        start local 4 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        start local 5 // java.util.Locale locale
         0: .line 115
            aload 0 /* this */
            aload 1 /* inputStream */
            iload 2 /* size */
            newarray 8
            iload 3 /* isBigEndian */
            aload 4 /* messageFormatter */
            aload 5 /* locale */
            invokespecial com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.<init>:(Ljava/io/InputStream;[BZLcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
         1: .line 116
            return
        end local 5 // java.util.Locale locale
        end local 4 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        end local 3 // boolean isBigEndian
        end local 2 // int size
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    2     1       inputStream  Ljava/io/InputStream;
            0    2     2              size  I
            0    2     3       isBigEndian  Z
            0    2     4  messageFormatter  Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            0    2     5            locale  Ljava/util/Locale;
    MethodParameters:
                  Name  Flags
      inputStream       
      size              
      isBigEndian       
      messageFormatter  
      locale            

  public void <init>(java.io.InputStream, byte[], boolean, com.sun.org.apache.xerces.internal.util.MessageFormatter, java.util.Locale);
    descriptor: (Ljava/io/InputStream;[BZLcom/sun/org/apache/xerces/internal/util/MessageFormatter;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // java.io.InputStream inputStream
        start local 2 // byte[] buffer
        start local 3 // boolean isBigEndian
        start local 4 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        start local 5 // java.util.Locale locale
         0: .line 128
            aload 0 /* this */
            invokespecial java.io.Reader.<init>:()V
         1: .line 130
            aload 0 /* this */
            aload 1 /* inputStream */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
         2: .line 131
            aload 0 /* this */
            aload 2 /* buffer */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
         3: .line 132
            aload 0 /* this */
            iload 3 /* isBigEndian */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fIsBigEndian:Z
         4: .line 133
            aload 0 /* this */
            aload 4 /* messageFormatter */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         5: .line 134
            aload 0 /* this */
            aload 5 /* locale */
            putfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fLocale:Ljava/util/Locale;
         6: .line 135
            return
        end local 5 // java.util.Locale locale
        end local 4 // com.sun.org.apache.xerces.internal.util.MessageFormatter messageFormatter
        end local 3 // boolean isBigEndian
        end local 2 // byte[] buffer
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    7     1       inputStream  Ljava/io/InputStream;
            0    7     2            buffer  [B
            0    7     3       isBigEndian  Z
            0    7     4  messageFormatter  Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            0    7     5            locale  Ljava/util/Locale;
    MethodParameters:
                  Name  Flags
      inputStream       
      buffer            
      isBigEndian       
      messageFormatter  
      locale            

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
         0: .line 154
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* b0 */
        start local 1 // int b0
         1: .line 155
            iload 1 /* b0 */
            iconst_m1
            if_icmpne 3
         2: .line 156
            iconst_m1
            ireturn
         3: .line 158
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* b1 */
        start local 2 // int b1
         4: .line 159
            iload 2 /* b1 */
            iconst_m1
            if_icmpne 6
         5: .line 160
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.expectedTwoBytes:()V
         6: .line 163
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fIsBigEndian:Z
            ifeq 8
         7: .line 164
            iload 1 /* b0 */
            bipush 8
            ishl
            iload 2 /* b1 */
            ior
            ireturn
         8: .line 167
      StackMap locals:
      StackMap stack:
            iload 2 /* b1 */
            bipush 8
            ishl
            iload 1 /* b0 */
            ior
            ireturn
        end local 2 // int b1
        end local 1 // int b0
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            1    9     1    b0  I
            4    9     2    b1  I
    Exceptions:
      throws java.io.IOException

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int length
         0: .line 185
            iload 3 /* length */
            iconst_1
            ishl
            istore 4 /* byteLength */
        start local 4 // int byteLength
         1: .line 186
            iload 4 /* byteLength */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            arraylength
            if_icmple 3
         2: .line 187
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            arraylength
            istore 4 /* byteLength */
         3: .line 189
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iconst_0
            iload 4 /* byteLength */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* byteCount */
        start local 5 // int byteCount
         4: .line 190
            iload 5 /* byteCount */
            iconst_m1
            if_icmpne 6
         5: .line 191
            iconst_m1
            ireturn
         6: .line 194
      StackMap locals: int
      StackMap stack:
            iload 5 /* byteCount */
            iconst_1
            iand
            ifeq 11
         7: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 6 /* b */
        start local 6 // int b
         8: .line 196
            iload 6 /* b */
            iconst_m1
            if_icmpne 10
         9: .line 197
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.expectedTwoBytes:()V
        10: .line 199
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iload 5 /* byteCount */
            iinc 5 /* byteCount */ 1
            iload 6 /* b */
            i2b
            bastore
        end local 6 // int b
        11: .line 201
      StackMap locals:
      StackMap stack:
            iload 5 /* byteCount */
            iconst_1
            ishr
            istore 6 /* charCount */
        start local 6 // int charCount
        12: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fIsBigEndian:Z
            ifeq 15
        13: .line 203
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 6 /* charCount */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.processBE:([CII)V
        14: .line 204
            goto 16
        15: .line 205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* offset */
            iload 6 /* charCount */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.processLE:([CII)V
        16: .line 207
      StackMap locals:
      StackMap stack:
            iload 6 /* charCount */
            ireturn
        end local 6 // int charCount
        end local 5 // int byteCount
        end local 4 // int byteLength
        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.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0   17     1          ch  [C
            0   17     2      offset  I
            0   17     3      length  I
            1   17     4  byteLength  I
            4   17     5   byteCount  I
            8   11     6           b  I
           12   17     6   charCount  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=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // long n
         0: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            lload 1 /* n */
            iconst_1
            lshl
            invokevirtual java.io.InputStream.skip:(J)J
            lstore 3 /* bytesSkipped */
        start local 3 // long bytesSkipped
         1: .line 222
            lload 3 /* bytesSkipped */
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 6
         2: .line 223
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 5 /* b */
        start local 5 // int b
         3: .line 224
            iload 5 /* b */
            iconst_m1
            if_icmpne 5
         4: .line 225
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.expectedTwoBytes:()V
         5: .line 227
      StackMap locals: long int
      StackMap stack:
            lload 3 /* bytesSkipped */
            lconst_1
            ladd
            lstore 3 /* bytesSkipped */
        end local 5 // int b
         6: .line 229
      StackMap locals:
      StackMap stack:
            lload 3 /* bytesSkipped */
            iconst_1
            lshr
            lreturn
        end local 3 // long bytesSkipped
        end local 1 // long n
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    7     1             n  J
            1    7     3  bytesSkipped  J
            3    6     5             b  I
    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.UTF16Reader this
         0: .line 242
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
    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.UTF16Reader this
         0: .line 249
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;

  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.UTF16Reader this
        start local 1 // int readAheadLimit
         0: .line 265
            new java.io.IOException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fLocale:Ljava/util/Locale;
            ldc "OperationNotSupported"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "mark()"
            aastore
            dup
            iconst_1
            ldc "UTF-16"
            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.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            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=0, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
         0: .line 281
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
         0: .line 291
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fInputStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         1: .line 292
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
    Exceptions:
      throws java.io.IOException

  private void processBE(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int count
         0: .line 301
            iconst_0
            istore 4 /* curPos */
        start local 4 // int curPos
         1: .line 302
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 303
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iload 4 /* curPos */
            iinc 4 /* curPos */ 1
            baload
            sipush 255
            iand
            istore 6 /* b0 */
        start local 6 // int b0
         4: .line 304
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iload 4 /* curPos */
            iinc 4 /* curPos */ 1
            baload
            sipush 255
            iand
            istore 7 /* b1 */
        start local 7 // int b1
         5: .line 305
            aload 1 /* ch */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            iload 6 /* b0 */
            bipush 8
            ishl
            iload 7 /* b1 */
            ior
            i2c
            castore
        end local 7 // int b1
        end local 6 // int b0
         6: .line 302
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* count */
            if_icmplt 3
        end local 5 // int i
         8: .line 307
            return
        end local 4 // int curPos
        end local 3 // int count
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    9     1      ch  [C
            0    9     2  offset  I
            0    9     3   count  I
            1    9     4  curPos  I
            2    8     5       i  I
            4    6     6      b0  I
            5    6     7      b1  I
    MethodParameters:
        Name  Flags
      ch      final
      offset  
      count   final

  private void processLE(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
        start local 1 // char[] ch
        start local 2 // int offset
        start local 3 // int count
         0: .line 313
            iconst_0
            istore 4 /* curPos */
        start local 4 // int curPos
         1: .line 314
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 315
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iload 4 /* curPos */
            iinc 4 /* curPos */ 1
            baload
            sipush 255
            iand
            istore 6 /* b0 */
        start local 6 // int b0
         4: .line 316
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fBuffer:[B
            iload 4 /* curPos */
            iinc 4 /* curPos */ 1
            baload
            sipush 255
            iand
            istore 7 /* b1 */
        start local 7 // int b1
         5: .line 317
            aload 1 /* ch */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            iload 7 /* b1 */
            bipush 8
            ishl
            iload 6 /* b0 */
            ior
            i2c
            castore
        end local 7 // int b1
        end local 6 // int b0
         6: .line 314
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* count */
            if_icmplt 3
        end local 5 // int i
         8: .line 319
            return
        end local 4 // int curPos
        end local 3 // int count
        end local 2 // int offset
        end local 1 // char[] ch
        end local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
            0    9     1      ch  [C
            0    9     2  offset  I
            0    9     3   count  I
            1    9     4  curPos  I
            2    8     5       i  I
            4    6     6      b0  I
            5    6     7      b1  I
    MethodParameters:
        Name  Flags
      ch      final
      offset  
      count   final

  private void expectedTwoBytes();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
         0: .line 326
            new com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fFormatter:Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
         1: .line 327
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.io.UTF16Reader.fLocale:Ljava/util/Locale;
         2: .line 328
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
         3: .line 329
            ldc "ExpectedByte"
         4: .line 330
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "2"
            aastore
            dup
            iconst_1
            ldc "2"
            aastore
         5: .line 326
            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 0 // com.sun.org.apache.xerces.internal.impl.io.UTF16Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/impl/io/UTF16Reader;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
}
SourceFile: "UTF16Reader.java"