public class org.eclipse.jgit.util.TemporaryBuffer$Heap extends org.eclipse.jgit.util.TemporaryBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.util.TemporaryBuffer$Heap
  super_class: org.eclipse.jgit.util.TemporaryBuffer
{
  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
        start local 1 // int limit
         0: .line 534
            aload 0 /* this */
            iload 1 /* limit */
            invokespecial org.eclipse.jgit.util.TemporaryBuffer.<init>:(I)V
         1: .line 535
            return
        end local 1 // int limit
        end local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/util/TemporaryBuffer$Heap;
            0    2     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
        start local 1 // int estimatedSize
        start local 2 // int limit
         0: .line 550
            aload 0 /* this */
            iload 1 /* estimatedSize */
            iload 2 /* limit */
            invokespecial org.eclipse.jgit.util.TemporaryBuffer.<init>:(II)V
         1: .line 551
            return
        end local 2 // int limit
        end local 1 // int estimatedSize
        end local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jgit/util/TemporaryBuffer$Heap;
            0    2     1  estimatedSize  I
            0    2     2          limit  I
    MethodParameters:
               Name  Flags
      estimatedSize  
      limit          

  protected java.io.OutputStream overflow();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
         0: .line 555
            new java.io.IOException
            dup
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.inMemoryBufferLimitExceeded:Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jgit.util.TemporaryBuffer$Heap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/TemporaryBuffer$Heap;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TemporaryBuffer.java"
NestHost: org.eclipse.jgit.util.TemporaryBuffer
InnerClasses:
  public Heap = org.eclipse.jgit.util.TemporaryBuffer$Heap of org.eclipse.jgit.util.TemporaryBuffer