class org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream extends org.eclipse.jgit.util.TemporaryBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream
  super_class: org.eclipse.jgit.util.TemporaryBuffer
{
  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$HttpOutputStream this
         0: .line 1630
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
         1: .line 1631
            aload 0 /* this */
            aload 1
            invokestatic org.eclipse.jgit.transport.TransportHttp$Service.access$1:(Lorg/eclipse/jgit/transport/TransportHttp$Service;)Lorg/eclipse/jgit/transport/TransportHttp;
            getfield org.eclipse.jgit.transport.TransportHttp.http:Lorg/eclipse/jgit/transport/HttpConfig;
            invokevirtual org.eclipse.jgit.transport.HttpConfig.getPostBuffer:()I
            invokespecial org.eclipse.jgit.util.TemporaryBuffer.<init>:(I)V
         2: .line 1632
            return
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpOutputStream;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.io.OutputStream overflow();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream this
         0: .line 1636
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            invokevirtual org.eclipse.jgit.transport.TransportHttp$Service.openStream:()V
         1: .line 1637
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            getfield org.eclipse.jgit.transport.TransportHttp$Service.conn:Lorg/eclipse/jgit/transport/http/HttpConnection;
            iconst_0
            invokeinterface org.eclipse.jgit.transport.http.HttpConnection.setChunkedStreamingMode:(I)V
         2: .line 1638
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream.this$1:Lorg/eclipse/jgit/transport/TransportHttp$Service;
            getfield org.eclipse.jgit.transport.TransportHttp$Service.conn:Lorg/eclipse/jgit/transport/http/HttpConnection;
            invokeinterface org.eclipse.jgit.transport.http.HttpConnection.getOutputStream:()Ljava/io/OutputStream;
            areturn
        end local 0 // org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TransportHttp.java"
NestHost: org.eclipse.jgit.transport.TransportHttp
InnerClasses:
  abstract Service = org.eclipse.jgit.transport.TransportHttp$Service of org.eclipse.jgit.transport.TransportHttp
  HttpOutputStream = org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream of org.eclipse.jgit.transport.TransportHttp$Service