public class org.apache.batik.util.io.UTF16Decoder extends org.apache.batik.util.io.AbstractCharDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.util.io.UTF16Decoder
  super_class: org.apache.batik.util.io.AbstractCharDecoder
{
  protected boolean bigEndian;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.apache.batik.util.io.UTF16Decoder this
        start local 1 // java.io.InputStream is
         0: .line 44
            aload 0 /* this */
            aload 1 /* is */
            invokespecial org.apache.batik.util.io.AbstractCharDecoder.<init>:(Ljava/io/InputStream;)V
         1: .line 46
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* b1 */
        start local 2 // int b1
         2: .line 47
            iload 2 /* b1 */
            iconst_m1
            if_icmpne 4
         3: .line 48
            aload 0 /* this */
            ldc "UTF-16"
            invokevirtual org.apache.batik.util.io.UTF16Decoder.endOfStreamError:(Ljava/lang/String;)V
         4: .line 50
      StackMap locals: org.apache.batik.util.io.UTF16Decoder java.io.InputStream int
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* b2 */
        start local 3 // int b2
         5: .line 51
            iload 3 /* b2 */
            iconst_m1
            if_icmpne 7
         6: .line 52
            aload 0 /* this */
            ldc "UTF-16"
            invokevirtual org.apache.batik.util.io.UTF16Decoder.endOfStreamError:(Ljava/lang/String;)V
         7: .line 54
      StackMap locals: int
      StackMap stack:
            iload 2 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 3 /* b2 */
            sipush 255
            iand
            ior
            istore 4 /* m */
        start local 4 // int m
         8: .line 55
            iload 4 /* m */
            lookupswitch { // 2
                65279: 9
                65534: 11
              default: 12
          }
         9: .line 57
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.util.io.UTF16Decoder.bigEndian:Z
        10: .line 58
            goto 13
        11: .line 60
      StackMap locals:
      StackMap stack:
            goto 13
        12: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "UTF-16"
            invokevirtual org.apache.batik.util.io.UTF16Decoder.charError:(Ljava/lang/String;)V
        13: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int m
        end local 3 // int b2
        end local 2 // int b1
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.batik.util.io.UTF16Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/batik/util/io/UTF16Decoder;
            0   14     1    is  Ljava/io/InputStream;
            2   14     2    b1  I
            5   14     3    b2  I
            8   14     4     m  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    

  public void <init>(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.util.io.UTF16Decoder this
        start local 1 // java.io.InputStream is
        start local 2 // boolean be
         0: .line 73
            aload 0 /* this */
            aload 1 /* is */
            invokespecial org.apache.batik.util.io.AbstractCharDecoder.<init>:(Ljava/io/InputStream;)V
         1: .line 74
            aload 0 /* this */
            iload 2 /* be */
            putfield org.apache.batik.util.io.UTF16Decoder.bigEndian:Z
         2: .line 75
            return
        end local 2 // boolean be
        end local 1 // java.io.InputStream is
        end local 0 // org.apache.batik.util.io.UTF16Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/util/io/UTF16Decoder;
            0    3     1    is  Ljava/io/InputStream;
            0    3     2    be  Z
    MethodParameters:
      Name  Flags
      is    
      be    

  public int readChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.batik.util.io.UTF16Decoder this
         0: .line 82
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.position:I
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.count:I
            if_icmpne 2
         1: .line 83
            aload 0 /* this */
            invokevirtual org.apache.batik.util.io.UTF16Decoder.fillBuffer:()V
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.count:I
            iconst_m1
            if_icmpne 4
         3: .line 86
            iconst_m1
            ireturn
         4: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.buffer:[B
            aload 0 /* this */
            dup
            getfield org.apache.batik.util.io.UTF16Decoder.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.util.io.UTF16Decoder.position:I
            baload
            istore 1 /* b1 */
        start local 1 // byte b1
         5: .line 89
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.position:I
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.count:I
            if_icmpne 7
         6: .line 90
            aload 0 /* this */
            invokevirtual org.apache.batik.util.io.UTF16Decoder.fillBuffer:()V
         7: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.count:I
            iconst_m1
            if_icmpne 9
         8: .line 93
            aload 0 /* this */
            ldc "UTF-16"
            invokevirtual org.apache.batik.util.io.UTF16Decoder.endOfStreamError:(Ljava/lang/String;)V
         9: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.buffer:[B
            aload 0 /* this */
            dup
            getfield org.apache.batik.util.io.UTF16Decoder.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.util.io.UTF16Decoder.position:I
            baload
            istore 2 /* b2 */
        start local 2 // byte b2
        10: .line 96
            aload 0 /* this */
            getfield org.apache.batik.util.io.UTF16Decoder.bigEndian:Z
            ifeq 12
        11: .line 97
            iload 1 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 2 /* b2 */
            sipush 255
            iand
            ior
            goto 13
        12: .line 98
      StackMap locals: int
      StackMap stack:
            iload 2 /* b2 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 1 /* b1 */
            sipush 255
            iand
            ior
        13: .line 96
      StackMap locals:
      StackMap stack: int
            istore 3 /* c */
        start local 3 // int c
        14: .line 99
            iload 3 /* c */
            ldc 65534
            if_icmpne 16
        15: .line 100
            aload 0 /* this */
            ldc "UTF-16"
            invokevirtual org.apache.batik.util.io.UTF16Decoder.charError:(Ljava/lang/String;)V
        16: .line 102
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // int c
        end local 2 // byte b2
        end local 1 // byte b1
        end local 0 // org.apache.batik.util.io.UTF16Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/apache/batik/util/io/UTF16Decoder;
            5   17     1    b1  B
           10   17     2    b2  B
           14   17     3     c  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "UTF16Decoder.java"