public class org.hsqldb.rowio.RowOutputBinary extends org.hsqldb.rowio.RowOutputBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.rowio.RowOutputBinary
  super_class: org.hsqldb.rowio.RowOutputBase
{
  public static final int INT_STORE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  int storageSize;
    descriptor: I
    flags: (0x0000) 

  int sizePosition;
    descriptor: I
    flags: (0x0000) 

  final int scale;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int mask;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
         0: .line 71
            aload 0 /* this */
            bipush 64
            newarray 8
            invokespecial org.hsqldb.rowio.RowOutputBinary.<init>:([B)V
         1: .line 72
            return
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int initialSize
        start local 2 // int scale
         0: .line 76
            aload 0 /* this */
            iload 1 /* initialSize */
            invokespecial org.hsqldb.rowio.RowOutputBase.<init>:(I)V
         1: .line 78
            aload 0 /* this */
            iload 2 /* scale */
            putfield org.hsqldb.rowio.RowOutputBinary.scale:I
         2: .line 79
            aload 0 /* this */
            iload 2 /* scale */
            ineg
            putfield org.hsqldb.rowio.RowOutputBinary.mask:I
         3: .line 80
            aload 0 /* this */
            iconst_m1
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         4: .line 81
            return
        end local 2 // int scale
        end local 1 // int initialSize
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    5     1  initialSize  I
            0    5     2        scale  I
    MethodParameters:
             Name  Flags
      initialSize  
      scale        

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // byte[] buffer
         0: .line 90
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial org.hsqldb.rowio.RowOutputBase.<init>:([B)V
         1: .line 92
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.rowio.RowOutputBinary.scale:I
         2: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.scale:I
            ineg
            putfield org.hsqldb.rowio.RowOutputBinary.mask:I
         3: .line 94
            aload 0 /* this */
            iconst_m1
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         4: .line 95
            return
        end local 1 // byte[] buffer
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    5     1  buffer  [B
    MethodParameters:
        Name  Flags
      buffer  

  public void writeIntData(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int i
        start local 2 // int position
         0: .line 100
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            istore 3 /* temp */
        start local 3 // int temp
         1: .line 102
            aload 0 /* this */
            iload 2 /* position */
            putfield org.hsqldb.rowio.RowOutputBinary.count:I
         2: .line 104
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         3: .line 106
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            iload 3 /* temp */
            if_icmpge 5
         4: .line 107
            aload 0 /* this */
            iload 3 /* temp */
            putfield org.hsqldb.rowio.RowOutputBinary.count:I
         5: .line 109
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int temp
        end local 2 // int position
        end local 1 // int i
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    6     1         i  I
            0    6     2  position  I
            1    6     3      temp  I
    MethodParameters:
          Name  Flags
      i         
      position  

  public void writeData(org.hsqldb.Row, org.hsqldb.types.Type[]);
    descriptor: (Lorg/hsqldb/Row;[Lorg/hsqldb/types/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.Row row
        start local 2 // org.hsqldb.types.Type[] types
         0: .line 112
            aload 0 /* this */
            aload 1 /* row */
            aload 2 /* types */
            invokespecial org.hsqldb.rowio.RowOutputBase.writeData:(Lorg/hsqldb/Row;[Lorg/hsqldb/types/Type;)V
         1: .line 113
            return
        end local 2 // org.hsqldb.types.Type[] types
        end local 1 // org.hsqldb.Row row
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1    row  Lorg/hsqldb/Row;
            0    2     2  types  [Lorg/hsqldb/types/Type;
    MethodParameters:
       Name  Flags
      row    
      types  

  public long scaleFilePosition(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // long position
         0: .line 116
            lload 1 /* position */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.scale:I
            i2l
            ladd
            lconst_1
            lsub
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.mask:I
            i2l
            land
            lreturn
        end local 1 // long position
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    1     1  position  J
    MethodParameters:
          Name  Flags
      position  

  public void setStorageSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int size
         0: .line 120
            aload 0 /* this */
            iload 1 /* size */
            putfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
         1: .line 121
            return
        end local 1 // int size
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void setMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int mode
         0: .line 123
            return
        end local 1 // int mode
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    1     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public void writeEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
         0: .line 127
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
            if_icmple 3
         1: .line 128
            sipush 201
            ldc "RowOutputBinary"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:(I)V
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
            if_icmplt 2
         4: .line 134
            return
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/rowio/RowOutputBinary;

  public void writeSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int size
         0: .line 138
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
            ifge 4
         1: .line 139
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         2: .line 141
            aload 0 /* this */
            iload 1 /* size */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         3: .line 142
            goto 5
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeIntData:(II)V
         5: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            putfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
         6: .line 147
            return
        end local 1 // int size
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    7     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void writeType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int type
         0: .line 150
            aload 0 /* this */
            iload 1 /* type */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeShort:(I)V
         1: .line 151
            return
        end local 1 // int type
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public void writeString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.String s
         0: .line 155
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            istore 2 /* temp */
        start local 2 // int temp
         1: .line 157
            aload 0 /* this */
            iconst_0
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         2: .line 159
            aload 1 /* s */
            ifnull 5
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            ifeq 5
         3: .line 160
            aload 1 /* s */
            aload 0 /* this */
            invokestatic org.hsqldb.lib.StringConverter.stringToUTFBytes:(Ljava/lang/String;Lorg/hsqldb/lib/HsqlByteArrayOutputStream;)I
            pop
         4: .line 161
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.count:I
            iload 2 /* temp */
            isub
            iconst_4
            isub
            iload 2 /* temp */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeIntData:(II)V
         5: .line 163
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int temp
        end local 1 // java.lang.String s
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    6     1     s  Ljava/lang/String;
            1    6     2  temp  I
    MethodParameters:
      Name  Flags
      s     

  public int getSize(org.hsqldb.Row);
    descriptor: (Lorg/hsqldb/Row;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.Row row
         0: .line 173
            aload 1 /* row */
            invokevirtual org.hsqldb.Row.getData:()[Ljava/lang/Object;
            astore 2 /* data */
        start local 2 // java.lang.Object[] data
         1: .line 174
            aload 1 /* row */
            invokevirtual org.hsqldb.Row.getTable:()Lorg/hsqldb/TableBase;
            invokevirtual org.hsqldb.TableBase.getColumnTypes:()[Lorg/hsqldb/types/Type;
            astore 3 /* types */
        start local 3 // org.hsqldb.types.Type[] types
         2: .line 175
            aload 1 /* row */
            invokevirtual org.hsqldb.Row.getTable:()Lorg/hsqldb/TableBase;
            invokevirtual org.hsqldb.TableBase.getDataColumnCount:()I
            istore 4 /* cols */
        start local 4 // int cols
         3: .line 177
            iconst_4
            aload 0 /* this */
            aload 2 /* data */
            iload 4 /* cols */
            aload 3 /* types */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.getSize:([Ljava/lang/Object;I[Lorg/hsqldb/types/Type;)I
            iadd
            ireturn
        end local 4 // int cols
        end local 3 // org.hsqldb.types.Type[] types
        end local 2 // java.lang.Object[] data
        end local 1 // org.hsqldb.Row row
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    4     1    row  Lorg/hsqldb/Row;
            1    4     2   data  [Ljava/lang/Object;
            2    4     3  types  [Lorg/hsqldb/types/Type;
            3    4     4   cols  I
    MethodParameters:
      Name  Flags
      row   

  public int getStorageSize(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int size
         0: .line 181
            iload 1 /* size */
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.scale:I
            iadd
            iconst_1
            isub
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.mask:I
            iand
            ireturn
        end local 1 // int size
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void writeFieldType(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.Type type
         0: .line 185
            aload 0 /* this */
            iconst_1
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:(I)V
         1: .line 186
            return
        end local 1 // org.hsqldb.types.Type type
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      type  

  public void writeNull(org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.Type type
         0: .line 189
            aload 0 /* this */
            iconst_0
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:(I)V
         1: .line 190
            return
        end local 1 // org.hsqldb.types.Type type
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      type  

  protected void writeChar(java.lang.String, org.hsqldb.types.Type);
    descriptor: (Ljava/lang/String;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.String s
        start local 2 // org.hsqldb.types.Type t
         0: .line 193
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeString:(Ljava/lang/String;)V
         1: .line 194
            return
        end local 2 // org.hsqldb.types.Type t
        end local 1 // java.lang.String s
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     s  Ljava/lang/String;
            0    2     2     t  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      s     
      t     

  protected void writeSmallint(java.lang.Number);
    descriptor: (Ljava/lang/Number;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Number o
         0: .line 197
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual java.lang.Number.intValue:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeShort:(I)V
         1: .line 198
            return
        end local 1 // java.lang.Number o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Ljava/lang/Number;
    MethodParameters:
      Name  Flags
      o     

  protected void writeInteger(java.lang.Number);
    descriptor: (Ljava/lang/Number;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Number o
         0: .line 201
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual java.lang.Number.intValue:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 202
            return
        end local 1 // java.lang.Number o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Ljava/lang/Number;
    MethodParameters:
      Name  Flags
      o     

  protected void writeBigint(java.lang.Number);
    descriptor: (Ljava/lang/Number;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Number o
         0: .line 205
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual java.lang.Number.longValue:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 206
            return
        end local 1 // java.lang.Number o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Ljava/lang/Number;
    MethodParameters:
      Name  Flags
      o     

  protected void writeReal(java.lang.Double);
    descriptor: (Ljava/lang/Double;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Double o
         0: .line 209
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 210
            return
        end local 1 // java.lang.Double o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Ljava/lang/Double;
    MethodParameters:
      Name  Flags
      o     

  protected void writeDecimal(java.math.BigDecimal, org.hsqldb.types.Type);
    descriptor: (Ljava/math/BigDecimal;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.math.BigDecimal o
        start local 2 // org.hsqldb.types.Type type
         0: .line 214
            aload 1 /* o */
            invokevirtual java.math.BigDecimal.scale:()I
            istore 3 /* scale */
        start local 3 // int scale
         1: .line 215
            aload 1 /* o */
            invokevirtual java.math.BigDecimal.unscaledValue:()Ljava/math/BigInteger;
            astore 4 /* bigint */
        start local 4 // java.math.BigInteger bigint
         2: .line 216
            aload 4 /* bigint */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 5 /* bytearr */
        start local 5 // byte[] bytearr
         3: .line 218
            aload 0 /* this */
            aload 5 /* bytearr */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeByteArray:([B)V
         4: .line 219
            aload 0 /* this */
            iload 3 /* scale */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         5: .line 220
            return
        end local 5 // byte[] bytearr
        end local 4 // java.math.BigInteger bigint
        end local 3 // int scale
        end local 2 // org.hsqldb.types.Type type
        end local 1 // java.math.BigDecimal o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    6     1        o  Ljava/math/BigDecimal;
            0    6     2     type  Lorg/hsqldb/types/Type;
            1    6     3    scale  I
            2    6     4   bigint  Ljava/math/BigInteger;
            3    6     5  bytearr  [B
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeBoolean(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Boolean o
         0: .line 223
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 1
            iconst_1
            goto 2
         1: .line 224
      StackMap locals:
      StackMap stack: org.hsqldb.rowio.RowOutputBinary
            iconst_0
         2: .line 223
      StackMap locals: org.hsqldb.rowio.RowOutputBinary java.lang.Boolean
      StackMap stack: org.hsqldb.rowio.RowOutputBinary int
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:(I)V
         3: .line 225
            return
        end local 1 // java.lang.Boolean o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    4     1     o  Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      o     

  protected void writeDate(org.hsqldb.types.TimestampData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/TimestampData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.TimestampData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 228
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimestampData.getSeconds:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 229
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.TimestampData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/TimestampData;
            0    2     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeTime(org.hsqldb.types.TimeData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/TimeData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.TimeData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 233
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimeData.getSeconds:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 234
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimeData.getNanos:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         2: .line 236
            aload 2 /* type */
            getfield org.hsqldb.types.Type.typeCode:I
            bipush 94
            if_icmpne 4
         3: .line 237
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimeData.getZone:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         4: .line 239
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.TimeData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    5     1     o  Lorg/hsqldb/types/TimeData;
            0    5     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeTimestamp(org.hsqldb.types.TimestampData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/TimestampData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.TimestampData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 243
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimestampData.getSeconds:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 244
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimestampData.getNanos:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         2: .line 246
            aload 2 /* type */
            getfield org.hsqldb.types.Type.typeCode:I
            bipush 95
            if_icmpne 4
         3: .line 247
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.TimestampData.getZone:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         4: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.TimestampData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    5     1     o  Lorg/hsqldb/types/TimestampData;
            0    5     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeYearMonthInterval(org.hsqldb.types.IntervalMonthData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/IntervalMonthData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.IntervalMonthData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 252
            aload 0 /* this */
            aload 1 /* o */
            getfield org.hsqldb.types.IntervalMonthData.units:I
            i2l
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 253
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.IntervalMonthData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/IntervalMonthData;
            0    2     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeDaySecondInterval(org.hsqldb.types.IntervalSecondData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/IntervalSecondData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.IntervalSecondData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 256
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.IntervalSecondData.getSeconds:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 257
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.IntervalSecondData.getNanos:()I
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         2: .line 258
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.IntervalSecondData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    3     1     o  Lorg/hsqldb/types/IntervalSecondData;
            0    3     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeOther(org.hsqldb.types.JavaObjectData);
    descriptor: (Lorg/hsqldb/types/JavaObjectData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.JavaObjectData o
         0: .line 261
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.JavaObjectData.getBytes:()[B
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeByteArray:([B)V
         1: .line 262
            return
        end local 1 // org.hsqldb.types.JavaObjectData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/JavaObjectData;
    MethodParameters:
      Name  Flags
      o     

  protected void writeBit(org.hsqldb.types.BinaryData);
    descriptor: (Lorg/hsqldb/types/BinaryData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.BinaryData o
         0: .line 265
            aload 0 /* this */
            aload 1 /* o */
            aconst_null
            invokevirtual org.hsqldb.types.BinaryData.bitLength:(Lorg/hsqldb/SessionInterface;)J
            l2i
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 266
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.BinaryData.getBytes:()[B
            iconst_0
            aload 1 /* o */
            invokevirtual org.hsqldb.types.BinaryData.getBytes:()[B
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:([BII)V
         2: .line 267
            return
        end local 1 // org.hsqldb.types.BinaryData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    3     1     o  Lorg/hsqldb/types/BinaryData;
    MethodParameters:
      Name  Flags
      o     

  protected void writeUUID(org.hsqldb.types.BinaryData);
    descriptor: (Lorg/hsqldb/types/BinaryData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.BinaryData o
         0: .line 270
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.BinaryData.getBytes:()[B
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeByteArray:([B)V
         1: .line 271
            return
        end local 1 // org.hsqldb.types.BinaryData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/BinaryData;
    MethodParameters:
      Name  Flags
      o     

  protected void writeBinary(org.hsqldb.types.BinaryData);
    descriptor: (Lorg/hsqldb/types/BinaryData;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.BinaryData o
         0: .line 274
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.hsqldb.types.BinaryData.getBytes:()[B
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeByteArray:([B)V
         1: .line 275
            return
        end local 1 // org.hsqldb.types.BinaryData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/BinaryData;
    MethodParameters:
      Name  Flags
      o     

  protected void writeClob(org.hsqldb.types.ClobData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/ClobData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.ClobData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 278
            aload 0 /* this */
            aload 1 /* o */
            invokeinterface org.hsqldb.types.ClobData.getId:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 279
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.ClobData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/ClobData;
            0    2     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeBlob(org.hsqldb.types.BlobData, org.hsqldb.types.Type);
    descriptor: (Lorg/hsqldb/types/BlobData;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // org.hsqldb.types.BlobData o
        start local 2 // org.hsqldb.types.Type type
         0: .line 282
            aload 0 /* this */
            aload 1 /* o */
            invokeinterface org.hsqldb.types.BlobData.getId:()J
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeLong:(J)V
         1: .line 283
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // org.hsqldb.types.BlobData o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     o  Lorg/hsqldb/types/BlobData;
            0    2     2  type  Lorg/hsqldb/types/Type;
    MethodParameters:
      Name  Flags
      o     
      type  

  protected void writeArray(java.lang.Object[], org.hsqldb.types.Type);
    descriptor: ([Ljava/lang/Object;Lorg/hsqldb/types/Type;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Object[] o
        start local 2 // org.hsqldb.types.Type type
         0: .line 287
            aload 2 /* type */
            invokevirtual org.hsqldb.types.Type.collectionBaseType:()Lorg/hsqldb/types/Type;
            astore 2 /* type */
         1: .line 289
            aload 0 /* this */
            aload 1 /* o */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         2: .line 291
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 292
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            iload 3 /* i */
            aaload
            aload 2 /* type */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeData:(Ljava/lang/Object;Lorg/hsqldb/types/Type;)V
         5: .line 291
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* o */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 294
            return
        end local 2 // org.hsqldb.types.Type type
        end local 1 // java.lang.Object[] o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    8     1     o  [Ljava/lang/Object;
            0    8     2  type  Lorg/hsqldb/types/Type;
            3    7     3     i  I
    MethodParameters:
      Name  Flags
      o     
      type  

  public void writeArray(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int[] o
         0: .line 298
            aload 0 /* this */
            aload 1 /* o */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 300
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 301
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:(I)V
         4: .line 302
            aload 0 /* this */
            aload 1 /* o */
            iload 2 /* i */
            iaload
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         5: .line 300
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* o */
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 304
            return
        end local 1 // int[] o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    8     1     o  [I
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      o     

  public void writeByteArray(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // byte[] b
         0: .line 308
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 309
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:([BII)V
         2: .line 310
            return
        end local 1 // byte[] b
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    3     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void writeByteArray16(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // byte[] b
         0: .line 313
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            bipush 16
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:([BII)V
         1: .line 314
            return
        end local 1 // byte[] b
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void writeBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // byte[] b
         0: .line 317
            aload 0 /* this */
            aload 1 /* b */
            invokespecial org.hsqldb.rowio.RowOutputBase.write:([B)V
         1: .line 318
            return
        end local 1 // byte[] b
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void writeCharArray(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // char[] c
         0: .line 322
            aload 0 /* this */
            aload 1 /* c */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.writeInt:(I)V
         1: .line 323
            aload 0 /* this */
            aload 1 /* c */
            iconst_0
            aload 1 /* c */
            arraylength
            invokevirtual org.hsqldb.rowio.RowOutputBinary.write:([CII)V
         2: .line 324
            return
        end local 1 // char[] c
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    3     1     c  [C
    MethodParameters:
      Name  Flags
      c     

  public int getSize(int[]);
    descriptor: ([I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int[] array
         0: .line 327
            iconst_4
            aload 1 /* array */
            arraylength
            iconst_5
            imul
            iadd
            ireturn
        end local 1 // int[] array
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    1     1  array  [I
    MethodParameters:
       Name  Flags
      array  

  public int getSize(java.lang.Object[], int, org.hsqldb.types.Type[]);
    descriptor: ([Ljava/lang/Object;I[Lorg/hsqldb/types/Type;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Object[] data
        start local 2 // int l
        start local 3 // org.hsqldb.types.Type[] types
         0: .line 340
            iconst_0
            istore 4 /* s */
        start local 4 // int s
         1: .line 342
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 6
         3: .line 343
      StackMap locals: int int
      StackMap stack:
            aload 1 /* data */
            iload 5 /* i */
            aaload
            astore 6 /* o */
        start local 6 // java.lang.Object o
         4: .line 345
            iload 4 /* s */
            aload 0 /* this */
            aload 6 /* o */
            aload 3 /* types */
            iload 5 /* i */
            aaload
            invokevirtual org.hsqldb.rowio.RowOutputBinary.getSize:(Ljava/lang/Object;Lorg/hsqldb/types/Type;)I
            iadd
            istore 4 /* s */
        end local 6 // java.lang.Object o
         5: .line 342
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 2 /* l */
            if_icmplt 3
        end local 5 // int i
         7: .line 348
            iload 4 /* s */
            ireturn
        end local 4 // int s
        end local 3 // org.hsqldb.types.Type[] types
        end local 2 // int l
        end local 1 // java.lang.Object[] data
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    8     1   data  [Ljava/lang/Object;
            0    8     2      l  I
            0    8     3  types  [Lorg/hsqldb/types/Type;
            1    8     4      s  I
            2    7     5      i  I
            4    5     6      o  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      data   
      l      
      types  

  private int getSize(java.lang.Object, org.hsqldb.types.Type);
    descriptor: (Ljava/lang/Object;Lorg/hsqldb/types/Type;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // java.lang.Object o
        start local 2 // org.hsqldb.types.Type type
         0: .line 353
            iconst_1
            istore 3 /* s */
        start local 3 // int s
         1: .line 355
            aload 1 /* o */
            ifnonnull 3
         2: .line 356
            iload 3 /* s */
            ireturn
         3: .line 359
      StackMap locals: int
      StackMap stack:
            aload 2 /* type */
            getfield org.hsqldb.types.Type.typeCode:I
            lookupswitch { // 40
                  -11: 35
                   -6: 8
                    0: 4
                    1: 5
                    2: 14
                    3: 14
                    4: 10
                    5: 8
                    6: 12
                    7: 12
                    8: 12
                   12: 5
                   14: 38
                   15: 38
                   16: 19
                   25: 12
                   30: 41
                   40: 41
                   50: 43
                   60: 35
                   61: 35
                   91: 21
                   92: 23
                   93: 27
                   94: 25
                   95: 29
                  101: 31
                  102: 31
                  103: 33
                  104: 33
                  105: 33
                  106: 33
                  107: 31
                  108: 33
                  109: 33
                  110: 33
                  111: 33
                  112: 33
                  113: 33
                 1111: 52
              default: 56
          }
         4: .line 362
      StackMap locals:
      StackMap stack:
            goto 57
         5: .line 366
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 4
         6: .line 367
            iload 3 /* s */
            aload 1 /* o */
            checkcast java.lang.String
            invokestatic org.hsqldb.lib.StringConverter.getUTFSize:(Ljava/lang/String;)I
            iadd
            istore 3 /* s */
         7: .line 368
            goto 57
         8: .line 372
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 2
         9: .line 373
            goto 57
        10: .line 376
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 4
        11: .line 377
            goto 57
        12: .line 383
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        13: .line 384
            goto 57
        14: .line 388
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        15: .line 390
            aload 1 /* o */
            checkcast java.math.BigDecimal
            astore 4 /* bigdecimal */
        start local 4 // java.math.BigDecimal bigdecimal
        16: .line 391
            aload 4 /* bigdecimal */
            invokevirtual java.math.BigDecimal.unscaledValue:()Ljava/math/BigInteger;
            astore 5 /* bigint */
        start local 5 // java.math.BigInteger bigint
        17: .line 393
            iload 3 /* s */
            aload 5 /* bigint */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            arraylength
            iadd
            istore 3 /* s */
        18: .line 394
            goto 57
        end local 5 // java.math.BigInteger bigint
        end local 4 // java.math.BigDecimal bigdecimal
        19: .line 397
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 1
        20: .line 398
            goto 57
        21: .line 401
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        22: .line 402
            goto 57
        23: .line 405
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        24: .line 406
            goto 57
        25: .line 409
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 12
        26: .line 410
            goto 57
        27: .line 413
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 12
        28: .line 414
            goto 57
        29: .line 417
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 16
        30: .line 418
            goto 57
        31: .line 423
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        32: .line 424
            goto 57
        33: .line 436
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 12
        34: .line 437
            goto 57
        35: .line 442
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 4
        36: .line 443
            iload 3 /* s */
            i2l
            aload 1 /* o */
            checkcast org.hsqldb.types.BinaryData
            aconst_null
            invokevirtual org.hsqldb.types.BinaryData.length:(Lorg/hsqldb/SessionInterface;)J
            ladd
            l2i
            istore 3 /* s */
        37: .line 444
            goto 57
        38: .line 448
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 4
        39: .line 449
            iload 3 /* s */
            i2l
            aload 1 /* o */
            checkcast org.hsqldb.types.BinaryData
            aconst_null
            invokevirtual org.hsqldb.types.BinaryData.length:(Lorg/hsqldb/SessionInterface;)J
            ladd
            l2i
            istore 3 /* s */
        40: .line 450
            goto 57
        41: .line 454
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 8
        42: .line 455
            goto 57
        43: .line 458
      StackMap locals:
      StackMap stack:
            iinc 3 /* s */ 4
        44: .line 460
            aload 1 /* o */
            checkcast java.lang.Object[]
            astore 6 /* array */
        start local 6 // java.lang.Object[] array
        45: .line 462
            aload 2 /* type */
            invokevirtual org.hsqldb.types.Type.collectionBaseType:()Lorg/hsqldb/types/Type;
            astore 2 /* type */
        46: .line 464
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        47: goto 50
        48: .line 465
      StackMap locals: org.hsqldb.rowio.RowOutputBinary java.lang.Object org.hsqldb.types.Type int top top java.lang.Object[] int
      StackMap stack:
            iload 3 /* s */
            aload 0 /* this */
            aload 6 /* array */
            iload 7 /* i */
            aaload
            aload 2 /* type */
            invokevirtual org.hsqldb.rowio.RowOutputBinary.getSize:(Ljava/lang/Object;Lorg/hsqldb/types/Type;)I
            iadd
            istore 3 /* s */
        49: .line 464
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 7 /* i */
            aload 6 /* array */
            arraylength
            if_icmplt 48
        end local 7 // int i
        51: .line 468
            goto 57
        end local 6 // java.lang.Object[] array
        52: .line 471
      StackMap locals: org.hsqldb.rowio.RowOutputBinary java.lang.Object org.hsqldb.types.Type int
      StackMap stack:
            aload 1 /* o */
            checkcast org.hsqldb.types.JavaObjectData
            astore 6 /* jo */
        start local 6 // org.hsqldb.types.JavaObjectData jo
        53: .line 473
            iinc 3 /* s */ 4
        54: .line 474
            iload 3 /* s */
            aload 6 /* jo */
            invokevirtual org.hsqldb.types.JavaObjectData.getBytesLength:()I
            iadd
            istore 3 /* s */
        55: .line 475
            goto 57
        end local 6 // org.hsqldb.types.JavaObjectData jo
        56: .line 478
      StackMap locals:
      StackMap stack:
            sipush 201
            ldc "RowOutputBinary"
            invokestatic org.hsqldb.error.Error.runtimeError:(ILjava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        57: .line 481
      StackMap locals:
      StackMap stack:
            iload 3 /* s */
            ireturn
        end local 3 // int s
        end local 2 // org.hsqldb.types.Type type
        end local 1 // java.lang.Object o
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Lorg/hsqldb/rowio/RowOutputBinary;
            0   58     1           o  Ljava/lang/Object;
            0   58     2        type  Lorg/hsqldb/types/Type;
            1   58     3           s  I
           16   19     4  bigdecimal  Ljava/math/BigDecimal;
           17   19     5      bigint  Ljava/math/BigInteger;
           45   52     6       array  [Ljava/lang/Object;
           47   51     7           i  I
           53   56     6          jo  Lorg/hsqldb/types/JavaObjectData;
    MethodParameters:
      Name  Flags
      o     
      type  

  public void ensureRoom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int extra
         0: .line 488
            aload 0 /* this */
            iload 1 /* extra */
            invokespecial org.hsqldb.rowio.RowOutputBase.ensureRoom:(I)V
         1: .line 489
            return
        end local 1 // int extra
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    2     1  extra  I
    MethodParameters:
       Name  Flags
      extra  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
         0: .line 493
            aload 0 /* this */
            invokespecial org.hsqldb.rowio.RowOutputBase.reset:()V
         1: .line 495
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
         2: .line 496
            aload 0 /* this */
            iconst_m1
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         3: .line 497
            return
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/rowio/RowOutputBinary;

  public void reset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // int newSize
         0: .line 501
            aload 0 /* this */
            iload 1 /* newSize */
            invokespecial org.hsqldb.rowio.RowOutputBase.reset:(I)V
         1: .line 503
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
         2: .line 504
            aload 0 /* this */
            iconst_m1
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         3: .line 505
            return
        end local 1 // int newSize
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    4     1  newSize  I
    MethodParameters:
         Name  Flags
      newSize  

  public void reset(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
        start local 1 // byte[] buffer
         0: .line 509
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial org.hsqldb.rowio.RowOutputBase.reset:([B)V
         1: .line 511
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.rowio.RowOutputBinary.storageSize:I
         2: .line 512
            aload 0 /* this */
            iconst_m1
            putfield org.hsqldb.rowio.RowOutputBinary.sizePosition:I
         3: .line 513
            return
        end local 1 // byte[] buffer
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/hsqldb/rowio/RowOutputBinary;
            0    4     1  buffer  [B
    MethodParameters:
        Name  Flags
      buffer  

  public org.hsqldb.rowio.RowOutputInterface duplicate();
    descriptor: ()Lorg/hsqldb/rowio/RowOutputInterface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.rowio.RowOutputBinary this
         0: .line 516
            new org.hsqldb.rowio.RowOutputBinary
            dup
            sipush 128
            aload 0 /* this */
            getfield org.hsqldb.rowio.RowOutputBinary.scale:I
            invokespecial org.hsqldb.rowio.RowOutputBinary.<init>:(II)V
            areturn
        end local 0 // org.hsqldb.rowio.RowOutputBinary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/rowio/RowOutputBinary;

  public org.hsqldb.lib.HsqlByteArrayOutputStream getOutputStream();
    descriptor: ()Lorg/hsqldb/lib/HsqlByteArrayOutputStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.hsqldb.rowio.RowOutputBase.getOutputStream:()Lorg/hsqldb/lib/HsqlByteArrayOutputStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void writeData(java.lang.Object, org.hsqldb.types.Type);
    descriptor: (Ljava/lang/Object;Lorg/hsqldb/types/Type;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial org.hsqldb.rowio.RowOutputBase.writeData:(Ljava/lang/Object;Lorg/hsqldb/types/Type;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void writeData(int, org.hsqldb.types.Type[], java.lang.Object[], org.hsqldb.lib.HashMappedList, int[]);
    descriptor: (I[Lorg/hsqldb/types/Type;[Ljava/lang/Object;Lorg/hsqldb/lib/HashMappedList;[I)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            iload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokespecial org.hsqldb.rowio.RowOutputBase.writeData:(I[Lorg/hsqldb/types/Type;[Ljava/lang/Object;Lorg/hsqldb/lib/HashMappedList;[I)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RowOutputBinary.java"