public class org.postgresql.jdbc.PgBlob extends org.postgresql.jdbc.AbstractBlobClob implements java.sql.Blob
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.jdbc.PgBlob
  super_class: org.postgresql.jdbc.AbstractBlobClob
{
  public void <init>(org.postgresql.core.BaseConnection, long);
    descriptor: (Lorg/postgresql/core/BaseConnection;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.postgresql.jdbc.PgBlob this
        start local 1 // org.postgresql.core.BaseConnection conn
        start local 2 // long oid
         0: .line 15
            aload 0 /* this */
            aload 1 /* conn */
            lload 2 /* oid */
            invokespecial org.postgresql.jdbc.AbstractBlobClob.<init>:(Lorg/postgresql/core/BaseConnection;J)V
         1: .line 16
            return
        end local 2 // long oid
        end local 1 // org.postgresql.core.BaseConnection conn
        end local 0 // org.postgresql.jdbc.PgBlob this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/jdbc/PgBlob;
            0    2     1  conn  Lorg/postgresql/core/BaseConnection;
            0    2     2   oid  J
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      conn  
      oid   

  public synchronized java.io.InputStream getBinaryStream(long, long);
    descriptor: (JJ)Ljava/io/InputStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.postgresql.jdbc.PgBlob this
        start local 1 // long pos
        start local 3 // long length
         0: .line 20
            aload 0 /* this */
            invokevirtual org.postgresql.jdbc.PgBlob.checkFreed:()V
         1: .line 21
            aload 0 /* this */
            iconst_0
            invokevirtual org.postgresql.jdbc.PgBlob.getLo:(Z)Lorg/postgresql/largeobject/LargeObject;
            invokevirtual org.postgresql.largeobject.LargeObject.copy:()Lorg/postgresql/largeobject/LargeObject;
            astore 5 /* subLO */
        start local 5 // org.postgresql.largeobject.LargeObject subLO
         2: .line 22
            aload 0 /* this */
            aload 5 /* subLO */
            invokevirtual org.postgresql.jdbc.PgBlob.addSubLO:(Lorg/postgresql/largeobject/LargeObject;)V
         3: .line 23
            lload 1 /* pos */
            ldc 2147483647
            lcmp
            ifle 6
         4: .line 24
            aload 5 /* subLO */
            lload 1 /* pos */
            lconst_1
            lsub
            iconst_0
            invokevirtual org.postgresql.largeobject.LargeObject.seek64:(JI)V
         5: .line 25
            goto 7
         6: .line 26
      StackMap locals: org.postgresql.largeobject.LargeObject
      StackMap stack:
            aload 5 /* subLO */
            lload 1 /* pos */
            l2i
            iconst_1
            isub
            iconst_0
            invokevirtual org.postgresql.largeobject.LargeObject.seek:(II)V
         7: .line 28
      StackMap locals:
      StackMap stack:
            aload 5 /* subLO */
            lload 3 /* length */
            invokevirtual org.postgresql.largeobject.LargeObject.getInputStream:(J)Ljava/io/InputStream;
            areturn
        end local 5 // org.postgresql.largeobject.LargeObject subLO
        end local 3 // long length
        end local 1 // long pos
        end local 0 // org.postgresql.jdbc.PgBlob this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/postgresql/jdbc/PgBlob;
            0    8     1     pos  J
            0    8     3  length  J
            2    8     5   subLO  Lorg/postgresql/largeobject/LargeObject;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      pos     
      length  

  public synchronized int setBytes(long, byte[]);
    descriptor: (J[B)I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.postgresql.jdbc.PgBlob this
        start local 1 // long pos
        start local 3 // byte[] bytes
         0: .line 32
            aload 0 /* this */
            lload 1 /* pos */
            aload 3 /* bytes */
            iconst_0
            aload 3 /* bytes */
            arraylength
            invokevirtual org.postgresql.jdbc.PgBlob.setBytes:(J[BII)I
            ireturn
        end local 3 // byte[] bytes
        end local 1 // long pos
        end local 0 // org.postgresql.jdbc.PgBlob this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/postgresql/jdbc/PgBlob;
            0    1     1    pos  J
            0    1     3  bytes  [B
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      pos    
      bytes  

  public synchronized int setBytes(long, byte[], int, int);
    descriptor: (J[BII)I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.postgresql.jdbc.PgBlob this
        start local 1 // long pos
        start local 3 // byte[] bytes
        start local 4 // int offset
        start local 5 // int len
         0: .line 37
            aload 0 /* this */
            lload 1 /* pos */
            invokevirtual org.postgresql.jdbc.PgBlob.assertPosition:(J)V
         1: .line 38
            aload 0 /* this */
            iconst_1
            invokevirtual org.postgresql.jdbc.PgBlob.getLo:(Z)Lorg/postgresql/largeobject/LargeObject;
            lload 1 /* pos */
            lconst_1
            lsub
            l2i
            invokevirtual org.postgresql.largeobject.LargeObject.seek:(I)V
         2: .line 39
            aload 0 /* this */
            iconst_1
            invokevirtual org.postgresql.jdbc.PgBlob.getLo:(Z)Lorg/postgresql/largeobject/LargeObject;
            aload 3 /* bytes */
            iload 4 /* offset */
            iload 5 /* len */
            invokevirtual org.postgresql.largeobject.LargeObject.write:([BII)V
         3: .line 40
            iload 5 /* len */
            ireturn
        end local 5 // int len
        end local 4 // int offset
        end local 3 // byte[] bytes
        end local 1 // long pos
        end local 0 // org.postgresql.jdbc.PgBlob this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/postgresql/jdbc/PgBlob;
            0    4     1     pos  J
            0    4     3   bytes  [B
            0    4     4  offset  I
            0    4     5     len  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      pos     
      bytes   
      offset  
      len     
}
SourceFile: "PgBlob.java"