public class sun.net.www.http.HttpCaptureInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.http.HttpCaptureInputStream
  super_class: java.io.FilterInputStream
{
  private sun.net.www.http.HttpCapture capture;
    descriptor: Lsun/net/www/http/HttpCapture;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream, sun.net.www.http.HttpCapture);
    descriptor: (Ljava/io/InputStream;Lsun/net/www/http/HttpCapture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.http.HttpCaptureInputStream this
        start local 1 // java.io.InputStream in
        start local 2 // sun.net.www.http.HttpCapture cap
         0: .line 39
            aload 0 /* this */
            aload 1 /* in */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 36
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
         2: .line 40
            aload 0 /* this */
            aload 2 /* cap */
            putfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
         3: .line 41
            return
        end local 2 // sun.net.www.http.HttpCapture cap
        end local 1 // java.io.InputStream in
        end local 0 // sun.net.www.http.HttpCaptureInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/http/HttpCaptureInputStream;
            0    4     1    in  Ljava/io/InputStream;
            0    4     2   cap  Lsun/net/www/http/HttpCapture;
    MethodParameters:
      Name  Flags
      in    
      cap   

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.net.www.http.HttpCaptureInputStream this
         0: .line 45
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.read:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 46
            aload 0 /* this */
            getfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
            iload 1 /* i */
            invokevirtual sun.net.www.http.HttpCapture.received:(I)V
         2: .line 47
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // sun.net.www.http.HttpCaptureInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/http/HttpCaptureInputStream;
            1    3     1     i  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 // sun.net.www.http.HttpCaptureInputStream this
         0: .line 53
            aload 0 /* this */
            getfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
            invokevirtual sun.net.www.http.HttpCapture.flush:()V
         1: .line 54
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.close:()V
         4: .line 57
            return
        end local 0 // sun.net.www.http.HttpCaptureInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/http/HttpCaptureInputStream;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.net.www.http.HttpCaptureInputStream this
        start local 1 // byte[] b
         0: .line 61
            aload 0 /* this */
            aload 1 /* b */
            invokespecial java.io.FilterInputStream.read:([B)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 62
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 63
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
            aload 1 /* b */
            iload 3 /* i */
            baload
            invokevirtual sun.net.www.http.HttpCapture.received:(I)V
         4: .line 62
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* ret */
            if_icmplt 3
        end local 3 // int i
         6: .line 65
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // byte[] b
        end local 0 // sun.net.www.http.HttpCaptureInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/net/www/http/HttpCaptureInputStream;
            0    7     1     b  [B
            1    7     2   ret  I
            2    6     3     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.net.www.http.HttpCaptureInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 70
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.FilterInputStream.read:([BII)I
            istore 4 /* ret */
        start local 4 // int ret
         1: .line 71
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 72
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.HttpCaptureInputStream.capture:Lsun/net/www/http/HttpCapture;
            aload 1 /* b */
            iload 2 /* off */
            iload 5 /* i */
            iadd
            baload
            invokevirtual sun.net.www.http.HttpCapture.received:(I)V
         4: .line 71
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            iload 4 /* ret */
            if_icmplt 3
        end local 5 // int i
         6: .line 74
            iload 4 /* ret */
            ireturn
        end local 4 // int ret
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.www.http.HttpCaptureInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/net/www/http/HttpCaptureInputStream;
            0    7     1     b  [B
            0    7     2   off  I
            0    7     3   len  I
            1    7     4   ret  I
            2    6     5     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   
}
SourceFile: "HttpCaptureInputStream.java"