public class org.hsqldb.lib.HsqlByteArrayInputStream extends java.io.InputStream implements java.io.DataInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.lib.HsqlByteArrayInputStream
  super_class: java.io.InputStream
{
  protected byte[] buffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

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

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

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

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // byte[] buf
         0: .line 55
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.mark:I
         2: .line 57
            aload 0 /* this */
            aload 1 /* buf */
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
         3: .line 58
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         4: .line 59
            aload 0 /* this */
            aload 1 /* buf */
            arraylength
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
         5: .line 60
            return
        end local 1 // byte[] buf
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    6     1   buf  [B
    MethodParameters:
      Name  Flags
      buf   

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int length
         0: .line 62
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.mark:I
         2: .line 64
            aload 0 /* this */
            aload 1 /* buf */
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
         3: .line 65
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         4: .line 66
            aload 0 /* this */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* buf */
            arraylength
            invokestatic java.lang.Math.min:(II)I
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
         5: .line 67
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.mark:I
         6: .line 68
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    7     1     buf  [B
            0    7     2  offset  I
            0    7     3  length  I
    MethodParameters:
        Name  Flags
      buf     
      offset  
      length  

  public final long getPos();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 71
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            i2l
            lreturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;

  public void readFully(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // byte[] b
         0: .line 76
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readFully:([BII)V
         1: .line 77
            return
        end local 1 // byte[] b
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public final void readFully(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 82
            iload 3 /* len */
            ifge 2
         1: .line 83
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         3: .line 88
            goto 8
         4: .line 89
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* n */
            iadd
            iload 3 /* len */
            iload 4 /* n */
            isub
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:([BII)I
            istore 5 /* count */
        start local 5 // int count
         5: .line 91
            iload 5 /* count */
            ifge 7
         6: .line 92
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         7: .line 95
      StackMap locals: int
      StackMap stack:
            iload 4 /* n */
            iload 5 /* count */
            iadd
            istore 4 /* n */
        end local 5 // int count
         8: .line 88
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iload 3 /* len */
            if_icmplt 4
         9: .line 97
            return
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0   10     1      b  [B
            0   10     2    off  I
            0   10     3    len  I
            3   10     4      n  I
            5    8     5  count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 101
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 103
            iload 1 /* ch */
            ifge 3
         2: .line 104
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 107
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // int ch
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    5     1    ch  I
    Exceptions:
      throws java.io.IOException

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 112
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 114
            iload 1 /* ch */
            ifge 3
         2: .line 115
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 118
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            i2b
            ireturn
        end local 1 // int ch
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    4     1    ch  I
    Exceptions:
      throws java.io.IOException

  public final int readUnsignedByte();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 123
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 125
            iload 1 /* ch */
            ifge 3
         2: .line 126
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 129
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    4     1    ch  I
    Exceptions:
      throws java.io.IOException

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 134
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            isub
            iconst_2
            if_icmpge 3
         1: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         2: .line 137
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 1 /* ch1 */
        start local 1 // int ch1
         4: .line 141
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 2 /* ch2 */
        start local 2 // int ch2
         5: .line 143
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iadd
            i2s
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            4    6     1   ch1  I
            5    6     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public final int readUnsignedShort();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 148
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 149
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 151
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            ifge 4
         3: .line 152
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 155
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iadd
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    5     1   ch1  I
            2    5     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public char readChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 160
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 1 /* ch1 */
        start local 1 // int ch1
         1: .line 161
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.read:()I
            istore 2 /* ch2 */
        start local 2 // int ch2
         2: .line 163
            iload 1 /* ch1 */
            iload 2 /* ch2 */
            ior
            ifge 4
         3: .line 164
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 167
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ch1 */
            bipush 8
            ishl
            iload 2 /* ch2 */
            iadd
            i2c
            ireturn
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    5     1   ch1  I
            2    5     2   ch2  I
    Exceptions:
      throws java.io.IOException

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 172
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            isub
            iconst_4
            if_icmpge 3
         1: .line 173
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         2: .line 175
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 1 /* ch1 */
        start local 1 // int ch1
         4: .line 179
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 2 /* ch2 */
        start local 2 // int ch2
         5: .line 180
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 3 /* ch3 */
        start local 3 // int ch3
         6: .line 181
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            istore 4 /* ch4 */
        start local 4 // int ch4
         7: .line 183
            iload 1 /* ch1 */
            bipush 24
            ishl
            iload 2 /* ch2 */
            bipush 16
            ishl
            iadd
            iload 3 /* ch3 */
            bipush 8
            ishl
            iadd
            iload 4 /* ch4 */
            iadd
            ireturn
        end local 4 // int ch4
        end local 3 // int ch3
        end local 2 // int ch2
        end local 1 // int ch1
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            4    8     1   ch1  I
            5    8     2   ch2  I
            6    8     3   ch3  I
            7    8     4   ch4  I
    Exceptions:
      throws java.io.IOException

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 187
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readInt:()I
            i2l
            bipush 32
            lshl
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readInt:()I
            i2l
            ldc 4294967295
            land
            ladd
            lreturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
    Exceptions:
      throws java.io.IOException

  public final float readFloat();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 191
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readInt:()I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
    Exceptions:
      throws java.io.IOException

  public final double readDouble();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 195
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readLong:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
    Exceptions:
      throws java.io.IOException

  public int skipBytes(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // int n
         0: .line 199
            aload 0 /* this */
            iload 1 /* n */
            i2l
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.skip:(J)J
            l2i
            ireturn
        end local 1 // int n
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    1     1     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public java.lang.String readLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 205
            new java.lang.UnsupportedOperationException
            dup
            ldc "not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
    Exceptions:
      throws java.io.IOException

  public java.lang.String readUTF();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 210
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.HsqlByteArrayInputStream.readUnsignedShort:()I
            istore 1 /* bytecount */
        start local 1 // int bytecount
         1: .line 212
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            iload 1 /* bytecount */
            iadd
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            if_icmplt 3
         2: .line 213
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         3: .line 216
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            iload 1 /* bytecount */
            invokestatic org.hsqldb.lib.StringConverter.readUTF:([BII)Ljava/lang/String;
            astore 2 /* result */
        start local 2 // java.lang.String result
         4: .line 218
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            iload 1 /* bytecount */
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         5: .line 220
            aload 2 /* result */
            areturn
        end local 2 // java.lang.String result
        end local 1 // int bytecount
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            1    6     1  bytecount  I
            4    6     2     result  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 225
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            if_icmpge 1
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            baload
            sipush 255
            iand
            goto 2
         1: .line 226
      StackMap locals:
      StackMap stack:
            iconst_m1
         2: .line 225
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 231
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            if_icmplt 2
         1: .line 232
            iconst_m1
            ireturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            if_icmple 4
         3: .line 236
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            isub
            istore 3 /* len */
         4: .line 239
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 6
         5: .line 240
            iconst_0
            ireturn
         6: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.buffer:[B
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 245
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            iload 3 /* len */
            iadd
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         8: .line 247
            iload 3 /* len */
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    9     1     b  [B
            0    9     2   off  I
            0    9     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // long n
         0: .line 252
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            i2l
            lload 1 /* n */
            ladd
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            i2l
            lcmp
            ifle 2
         1: .line 253
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            isub
            i2l
            lstore 1 /* n */
         2: .line 256
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lconst_0
            lcmp
            ifge 4
         3: .line 257
            lconst_0
            lreturn
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            i2l
            lload 1 /* n */
            ladd
            l2i
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         5: .line 262
            lload 1 /* n */
            lreturn
        end local 1 // long n
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    6     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 266
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            isub
            ireturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 270
            iconst_1
            ireturn
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
        start local 1 // int readAheadLimit
         0: .line 274
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.mark:I
         1: .line 275
            return
        end local 1 // int readAheadLimit
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
            0    2     1  readAheadLimit  I
    MethodParameters:
                Name  Flags
      readAheadLimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 278
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.HsqlByteArrayInputStream.mark:I
            putfield org.hsqldb.lib.HsqlByteArrayInputStream.pos:I
         1: .line 279
            return
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
         0: .line 281
            return
        end local 0 // org.hsqldb.lib.HsqlByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/HsqlByteArrayInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HsqlByteArrayInputStream.java"