public class org.postgresql.core.VisibleBufferedInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.core.VisibleBufferedInputStream
  super_class: java.io.InputStream
{
  private static final int MINIMUM_READ;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final int STRING_SCAN_SPAN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private final java.io.InputStream wrapped;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] buffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int endIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // java.io.InputStream in
        start local 2 // int bufferSize
         0: .line 58
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* in */
            putfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
         2: .line 60
            aload 0 /* this */
            iload 2 /* bufferSize */
            sipush 1024
            if_icmpge 3
            sipush 1024
            goto 4
      StackMap locals: org.postgresql.core.VisibleBufferedInputStream java.io.InputStream int
      StackMap stack: org.postgresql.core.VisibleBufferedInputStream
         3: iload 2 /* bufferSize */
      StackMap locals: org.postgresql.core.VisibleBufferedInputStream java.io.InputStream int
      StackMap stack: org.postgresql.core.VisibleBufferedInputStream int
         4: newarray 8
            putfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
         5: .line 61
            return
        end local 2 // int bufferSize
        end local 1 // java.io.InputStream in
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0    6     1          in  Ljava/io/InputStream;
            0    6     2  bufferSize  I
    MethodParameters:
            Name  Flags
      in          
      bufferSize  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 67
            aload 0 /* this */
            iconst_1
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.ensureBytes:(I)Z
            ifeq 2
         1: .line 68
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
            baload
            sipush 255
            iand
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
    Exceptions:
      throws java.io.IOException

  public int peek();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 80
            aload 0 /* this */
            iconst_1
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.ensureBytes:(I)Z
            ifeq 2
         1: .line 81
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            baload
            sipush 255
            iand
            ireturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
    Exceptions:
      throws java.io.IOException

  public byte readRaw();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 95
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
            baload
            ireturn
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;

  public boolean ensureBytes(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // int n
         0: .line 107
            iload 1 /* n */
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            isub
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            iadd
            istore 2 /* required */
        start local 2 // int required
         1: .line 108
            goto 5
         2: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* required */
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.readMore:(I)Z
            ifne 4
         3: .line 110
            iconst_0
            ireturn
         4: .line 112
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            isub
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            iadd
            istore 2 /* required */
         5: .line 108
      StackMap locals:
      StackMap stack:
            iload 2 /* required */
            ifgt 2
         6: .line 114
            iconst_1
            ireturn
        end local 2 // int required
        end local 1 // int n
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0    7     1         n  I
            1    7     2  required  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  private boolean readMore(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // int wanted
         0: .line 125
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            if_icmpne 3
         1: .line 126
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
         2: .line 127
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
         3: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            arraylength
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            isub
            istore 2 /* canFit */
        start local 2 // int canFit
         4: .line 130
            iload 2 /* canFit */
            iload 1 /* wanted */
            if_icmpge 10
         5: .line 133
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            iload 2 /* canFit */
            iadd
            iload 1 /* wanted */
            sipush 1024
            iadd
            if_icmple 8
         6: .line 134
            aload 0 /* this */
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.compact:()V
         7: .line 135
            goto 9
         8: .line 136
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.doubleBuffer:()V
         9: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            arraylength
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            isub
            istore 2 /* canFit */
        10: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            iload 2 /* canFit */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 3 /* read */
        start local 3 // int read
        11: .line 141
            iload 3 /* read */
            ifge 13
        12: .line 142
            iconst_0
            ireturn
        13: .line 144
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            iload 3 /* read */
            iadd
            putfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
        14: .line 145
            iconst_1
            ireturn
        end local 3 // int read
        end local 2 // int canFit
        end local 1 // int wanted
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0   15     1  wanted  I
            4   15     2  canFit  I
           11   15     3    read  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      wanted  

  private void doubleBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 152
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            arraylength
            iconst_2
            imul
            newarray 8
            astore 1 /* buf */
        start local 1 // byte[] buf
         1: .line 153
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.moveBufferTo:([B)V
         2: .line 154
            aload 0 /* this */
            aload 1 /* buf */
            putfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
         3: .line 155
            return
        end local 1 // byte[] buf
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
            1    4     1   buf  [B

  private void compact();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 161
            aload 0 /* this */
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.moveBufferTo:([B)V
         1: .line 162
            return
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;

  private void moveBufferTo(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // byte[] dest
         0: .line 171
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            istore 2 /* size */
        start local 2 // int size
         1: .line 172
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            aload 1 /* dest */
            iconst_0
            iload 2 /* size */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 173
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
         3: .line 174
            aload 0 /* this */
            iload 2 /* size */
            putfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
         4: .line 175
            return
        end local 2 // int size
        end local 1 // byte[] dest
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0    5     1  dest  [B
            1    5     2  size  I
    MethodParameters:
      Name  Flags
      dest  

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // byte[] to
        start local 2 // int off
        start local 3 // int len
         0: .line 181
            iload 2 /* off */
            iload 3 /* len */
            ior
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ior
            aload 1 /* to */
            arraylength
            iload 2 /* off */
            iload 3 /* len */
            iadd
            isub
            ior
            ifge 2
         1: .line 182
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 183
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 4
         3: .line 184
            iconst_0
            ireturn
         4: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            istore 4 /* avail */
        start local 4 // int avail
         5: .line 190
            iload 3 /* len */
            iload 4 /* avail */
            isub
            sipush 1024
            if_icmpge 8
         6: .line 191
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.ensureBytes:(I)Z
            pop
         7: .line 192
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            istore 4 /* avail */
         8: .line 196
      StackMap locals: int
      StackMap stack:
            iload 4 /* avail */
            ifle 16
         9: .line 197
            iload 3 /* len */
            iload 4 /* avail */
            if_icmpgt 13
        10: .line 198
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            aload 1 /* to */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 199
            aload 0 /* this */
            dup
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            iload 3 /* len */
            iadd
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
        12: .line 200
            iload 3 /* len */
            ireturn
        13: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            aload 1 /* to */
            iload 2 /* off */
            iload 4 /* avail */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 203
            iload 3 /* len */
            iload 4 /* avail */
            isub
            istore 3 /* len */
        15: .line 204
            iload 2 /* off */
            iload 4 /* avail */
            iadd
            istore 2 /* off */
        16: .line 206
      StackMap locals:
      StackMap stack:
            iload 4 /* avail */
            istore 5 /* read */
        start local 5 // int read
        17: .line 209
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
        18: .line 210
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
        19: .line 214
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
            aload 1 /* to */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 6 /* r */
        start local 6 // int r
        20: .line 215
            iload 6 /* r */
            ifgt 24
        21: .line 216
            iload 5 /* read */
            ifne 22
            iload 6 /* r */
            goto 23
      StackMap locals: int
      StackMap stack:
        22: iload 5 /* read */
      StackMap locals:
      StackMap stack: int
        23: ireturn
        24: .line 218
      StackMap locals:
      StackMap stack:
            iload 5 /* read */
            iload 6 /* r */
            iadd
            istore 5 /* read */
        25: .line 219
            iload 2 /* off */
            iload 6 /* r */
            iadd
            istore 2 /* off */
        26: .line 220
            iload 3 /* len */
            iload 6 /* r */
            isub
            istore 3 /* len */
        end local 6 // int r
        27: .line 221
            iload 3 /* len */
        28: .line 213
            ifgt 19
        29: .line 223
            iload 5 /* read */
            ireturn
        end local 5 // int read
        end local 4 // int avail
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] to
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0   30     1     to  [B
            0   30     2    off  I
            0   30     3    len  I
            5   30     4  avail  I
           17   30     5   read  I
           20   27     6      r  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      to    
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
        start local 1 // long n
         0: .line 230
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            istore 3 /* avail */
        start local 3 // int avail
         1: .line 231
            iload 3 /* avail */
            i2l
            lload 1 /* n */
            lcmp
            iflt 4
         2: .line 232
            aload 0 /* this */
            dup
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            i2l
            lload 1 /* n */
            ladd
            l2i
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
         3: .line 233
            lload 1 /* n */
            lreturn
         4: .line 235
      StackMap locals: int
      StackMap stack:
            lload 1 /* n */
            iload 3 /* avail */
            i2l
            lsub
            lstore 1 /* n */
         5: .line 236
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.index:I
         6: .line 237
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
         7: .line 238
            iload 3 /* avail */
            i2l
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
            lload 1 /* n */
            invokevirtual java.io.InputStream.skip:(J)J
            ladd
            lreturn
        end local 3 // int avail
        end local 1 // long n
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/postgresql/core/VisibleBufferedInputStream;
            0    8     1      n  J
            1    8     3  avail  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 245
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            istore 1 /* avail */
        start local 1 // int avail
         1: .line 246
            iload 1 /* avail */
            ifle 2
            iload 1 /* avail */
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int avail
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/postgresql/core/VisibleBufferedInputStream;
            1    4     1  avail  I
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 253
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.wrapped:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         1: .line 254
            return
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
    Exceptions:
      throws java.io.IOException

  public byte[] getBuffer();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 263
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            areturn
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 272
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            ireturn
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;

  public int scanCStringLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.core.VisibleBufferedInputStream this
         0: .line 283
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 285
            goto 4
         2: .line 286
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.buffer:[B
            iload 1 /* pos */
            iinc 1 /* pos */ 1
            baload
            ifne 4
         3: .line 287
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            isub
            ireturn
         4: .line 285
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.endIndex:I
            if_icmplt 2
         5: .line 290
            aload 0 /* this */
            sipush 1024
            invokevirtual org.postgresql.core.VisibleBufferedInputStream.readMore:(I)Z
            ifne 7
         6: .line 291
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         7: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.core.VisibleBufferedInputStream.index:I
            istore 1 /* pos */
         8: .line 284
            goto 4
        end local 1 // int pos
        end local 0 // org.postgresql.core.VisibleBufferedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/postgresql/core/VisibleBufferedInputStream;
            1    9     1   pos  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "VisibleBufferedInputStream.java"