public class org.apache.http.impl.io.IdentityInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.io.IdentityInputStream
  super_class: java.io.InputStream
{
  private final org.apache.http.io.SessionInputBuffer in;
    descriptor: Lorg/apache/http/io/SessionInputBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.http.io.SessionInputBuffer);
    descriptor: (Lorg/apache/http/io/SessionInputBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.io.IdentityInputStream this
        start local 1 // org.apache.http.io.SessionInputBuffer in
         0: .line 61
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.apache.http.impl.io.IdentityInputStream.closed:Z
         2: .line 62
            aload 0 /* this */
            aload 1 /* in */
            ldc "Session input buffer"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.apache.http.io.SessionInputBuffer
            putfield org.apache.http.impl.io.IdentityInputStream.in:Lorg/apache/http/io/SessionInputBuffer;
         3: .line 63
            return
        end local 1 // org.apache.http.io.SessionInputBuffer in
        end local 0 // org.apache.http.impl.io.IdentityInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/http/impl/io/IdentityInputStream;
            0    4     1    in  Lorg/apache/http/io/SessionInputBuffer;
    MethodParameters:
      Name  Flags
      in    final

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.io.IdentityInputStream this
         0: .line 67
            aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.in:Lorg/apache/http/io/SessionInputBuffer;
            instanceof org.apache.http.io.BufferInfo
            ifeq 2
         1: .line 68
            aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.in:Lorg/apache/http/io/SessionInputBuffer;
            checkcast org.apache.http.io.BufferInfo
            invokeinterface org.apache.http.io.BufferInfo.length:()I
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.apache.http.impl.io.IdentityInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/io/IdentityInputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.impl.io.IdentityInputStream this
         0: .line 75
            aload 0 /* this */
            iconst_1
            putfield org.apache.http.impl.io.IdentityInputStream.closed:Z
         1: .line 76
            return
        end local 0 // org.apache.http.impl.io.IdentityInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/impl/io/IdentityInputStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.io.IdentityInputStream this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.closed:Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.in:Lorg/apache/http/io/SessionInputBuffer;
            invokeinterface org.apache.http.io.SessionInputBuffer.read:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.http.impl.io.IdentityInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/io/IdentityInputStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.http.impl.io.IdentityInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 85
            aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.closed:Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.http.impl.io.IdentityInputStream.in:Lorg/apache/http/io/SessionInputBuffer;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.apache.http.io.SessionInputBuffer.read:([BII)I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.apache.http.impl.io.IdentityInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/io/IdentityInputStream;
            0    3     1     b  [B
            0    3     2   off  I
            0    3     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final
}
SourceFile: "IdentityInputStream.java"