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

  void <init>(org.eclipse.jgit.transport.InternalFetchConnection);
    descriptor: (Lorg/eclipse/jgit/transport/InternalFetchConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.InternalFetchConnection$1 this
         0: .line 89
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.InternalFetchConnection$1.this$0:Lorg/eclipse/jgit/transport/InternalFetchConnection;
            aload 0 /* this */
            invokespecial java.io.PipedInputStream.<init>:()V
         1: .line 95
            aload 0 /* this */
            sipush 2952
            newarray 8
            putfield org.eclipse.jgit.transport.InternalFetchConnection$1.buffer:[B
         2: .line 89
            return
        end local 0 // org.eclipse.jgit.transport.InternalFetchConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/InternalFetchConnection$1;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "InternalFetchConnection.java"
EnclosingMethod: org.eclipse.jgit.transport.InternalFetchConnection.<init>:(Lorg/eclipse/jgit/transport/PackTransport;Lorg/eclipse/jgit/transport/resolver/UploadPackFactory;Ljava/lang/Object;Lorg/eclipse/jgit/lib/Repository;)V
NestHost: org.eclipse.jgit.transport.InternalFetchConnection
InnerClasses:
  org.eclipse.jgit.transport.InternalFetchConnection$1