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

  void <init>(org.eclipse.jgit.util.TemporaryBuffer, org.eclipse.jgit.util.TemporaryBuffer);
    descriptor: (Lorg/eclipse/jgit/util/TemporaryBuffer;Lorg/eclipse/jgit/util/TemporaryBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.util.TemporaryBuffer$1 this
         0: .line 327
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jgit.util.TemporaryBuffer$1.this$0:Lorg/eclipse/jgit/util/TemporaryBuffer;
            aload 0 /* this */
            aload 1
            invokespecial org.eclipse.jgit.util.TemporaryBuffer$BlockInputStream.<init>:(Lorg/eclipse/jgit/util/TemporaryBuffer;)V
            return
        end local 0 // org.eclipse.jgit.util.TemporaryBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/TemporaryBuffer$1;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.TemporaryBuffer$1 this
         0: .line 330
            aload 0 /* this */
            invokespecial org.eclipse.jgit.util.TemporaryBuffer$BlockInputStream.close:()V
         1: .line 331
            aload 0 /* this */
            getfield org.eclipse.jgit.util.TemporaryBuffer$1.this$0:Lorg/eclipse/jgit/util/TemporaryBuffer;
            invokevirtual org.eclipse.jgit.util.TemporaryBuffer.destroy:()V
         2: .line 332
            return
        end local 0 // org.eclipse.jgit.util.TemporaryBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/util/TemporaryBuffer$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TemporaryBuffer.java"
EnclosingMethod: org.eclipse.jgit.util.TemporaryBuffer.openInputStreamWithAutoDestroy:()Ljava/io/InputStream;
NestHost: org.eclipse.jgit.util.TemporaryBuffer
InnerClasses:
  org.eclipse.jgit.util.TemporaryBuffer$1
  private BlockInputStream = org.eclipse.jgit.util.TemporaryBuffer$BlockInputStream of org.eclipse.jgit.util.TemporaryBuffer