public class org.postgresql.fastpath.FastpathArg
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.fastpath.FastpathArg
  super_class: java.lang.Object
{
  private final byte[] bytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bytesStart;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bytesLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // int value
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield org.postgresql.fastpath.FastpathArg.bytes:[B
         2: .line 42
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_3
            iload 1 /* value */
            i2b
            bastore
         3: .line 43
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_2
            iload 1 /* value */
            bipush 8
            ishr
            i2b
            bastore
         4: .line 44
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_1
            iload 1 /* value */
            bipush 16
            ishr
            i2b
            bastore
         5: .line 45
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_0
            iload 1 /* value */
            bipush 24
            ishr
            i2b
            bastore
         6: .line 46
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.fastpath.FastpathArg.bytesStart:I
         7: .line 47
            aload 0 /* this */
            iconst_4
            putfield org.postgresql.fastpath.FastpathArg.bytesLength:I
         8: .line 48
            return
        end local 1 // int value
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/postgresql/fastpath/FastpathArg;
            0    9     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // long value
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            bipush 8
            newarray 8
            putfield org.postgresql.fastpath.FastpathArg.bytes:[B
         2: .line 57
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            bipush 7
            lload 1 /* value */
            l2i
            i2b
            bastore
         3: .line 58
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            bipush 6
            lload 1 /* value */
            bipush 8
            lshr
            l2i
            i2b
            bastore
         4: .line 59
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_5
            lload 1 /* value */
            bipush 16
            lshr
            l2i
            i2b
            bastore
         5: .line 60
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_4
            lload 1 /* value */
            bipush 24
            lshr
            l2i
            i2b
            bastore
         6: .line 61
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_3
            lload 1 /* value */
            bipush 32
            lshr
            l2i
            i2b
            bastore
         7: .line 62
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_2
            lload 1 /* value */
            bipush 40
            lshr
            l2i
            i2b
            bastore
         8: .line 63
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_1
            lload 1 /* value */
            bipush 48
            lshr
            l2i
            i2b
            bastore
         9: .line 64
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            iconst_0
            lload 1 /* value */
            bipush 56
            lshr
            l2i
            i2b
            bastore
        10: .line 65
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.fastpath.FastpathArg.bytesStart:I
        11: .line 66
            aload 0 /* this */
            bipush 8
            putfield org.postgresql.fastpath.FastpathArg.bytesLength:I
        12: .line 67
            return
        end local 1 // long value
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/postgresql/fastpath/FastpathArg;
            0   13     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // byte[] bytes
         0: .line 75
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            invokespecial org.postgresql.fastpath.FastpathArg.<init>:([BII)V
         1: .line 76
            return
        end local 1 // byte[] bytes
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/postgresql/fastpath/FastpathArg;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* buf */
            putfield org.postgresql.fastpath.FastpathArg.bytes:[B
         2: .line 87
            aload 0 /* this */
            iload 2 /* off */
            putfield org.postgresql.fastpath.FastpathArg.bytesStart:I
         3: .line 88
            aload 0 /* this */
            iload 3 /* len */
            putfield org.postgresql.fastpath.FastpathArg.bytesLength:I
         4: .line 89
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/postgresql/fastpath/FastpathArg;
            0    5     1   buf  [B
            0    5     2   off  I
            0    5     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // java.lang.String s
         0: .line 97
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.getBytes:()[B
            invokespecial org.postgresql.fastpath.FastpathArg.<init>:([B)V
         1: .line 98
            return
        end local 1 // java.lang.String s
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/fastpath/FastpathArg;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  void populateParameter(org.postgresql.core.ParameterList, int);
    descriptor: (Lorg/postgresql/core/ParameterList;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.postgresql.fastpath.FastpathArg this
        start local 1 // org.postgresql.core.ParameterList params
        start local 2 // int index
         0: .line 101
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            ifnonnull 3
         1: .line 102
            aload 1 /* params */
            iload 2 /* index */
            iconst_0
            invokeinterface org.postgresql.core.ParameterList.setNull:(II)V
         2: .line 103
            goto 4
         3: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* params */
            iload 2 /* index */
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytes:[B
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytesStart:I
            aload 0 /* this */
            getfield org.postgresql.fastpath.FastpathArg.bytesLength:I
            invokeinterface org.postgresql.core.ParameterList.setBytea:(I[BII)V
         4: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // org.postgresql.core.ParameterList params
        end local 0 // org.postgresql.fastpath.FastpathArg this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/postgresql/fastpath/FastpathArg;
            0    5     1  params  Lorg/postgresql/core/ParameterList;
            0    5     2   index  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      params  
      index   
}
SourceFile: "FastpathArg.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()