class org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream
  super_class: java.io.InputStream
{
  final org.eclipse.jgit.transport.TransportHttp$Service this$1;
    descriptor: Lorg/eclipse/jgit/transport/TransportHttp$Service;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.TransportHttp$Service);
    descriptor: (Lorg/eclipse/jgit/transport/TransportHttp$Service;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
         0: .line 1609
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpExecuteStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
         0: .line 1612
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            invokevirtual org.eclipse.jgit.transport.TransportHttp$Service.execute:()V
         1: .line 1613
            iconst_m1
            ireturn
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpExecuteStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1618
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            invokevirtual org.eclipse.jgit.transport.TransportHttp$Service.execute:()V
         1: .line 1619
            iconst_m1
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpExecuteStream;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
        start local 1 // long n
         0: .line 1624
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            invokevirtual org.eclipse.jgit.transport.TransportHttp$Service.execute:()V
         1: .line 1625
            lconst_0
            lreturn
        end local 1 // long n
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpExecuteStream;
            0    2     1     n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     
}
SourceFile: "TransportHttp.java"
NestHost: org.eclipse.jgit.transport.TransportHttp
InnerClasses:
  abstract Service = org.eclipse.jgit.transport.TransportHttp$Service of org.eclipse.jgit.transport.TransportHttp
  HttpExecuteStream = org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream of org.eclipse.jgit.transport.TransportHttp$Service