public final class org.apache.lucene.util.ByteBlockPool$DirectAllocator extends org.apache.lucene.util.ByteBlockPool$Allocator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.ByteBlockPool$DirectAllocator
  super_class: org.apache.lucene.util.ByteBlockPool$Allocator
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
         0: .line 76
            aload 0 /* this */
            ldc 32768
            invokespecial org.apache.lucene.util.ByteBlockPool$DirectAllocator.<init>:(I)V
         1: .line 77
            return
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ByteBlockPool$DirectAllocator;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
        start local 1 // int blockSize
         0: .line 80
            aload 0 /* this */
            iload 1 /* blockSize */
            invokespecial org.apache.lucene.util.ByteBlockPool$Allocator.<init>:(I)V
         1: .line 81
            return
        end local 1 // int blockSize
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/util/ByteBlockPool$DirectAllocator;
            0    2     1  blockSize  I
    MethodParameters:
           Name  Flags
      blockSize  

  public void recycleByteBlocks(byte[][], int, int);
    descriptor: ([[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
        start local 1 // byte[][] blocks
        start local 2 // int start
        start local 3 // int end
         0: .line 85
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // byte[][] blocks
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectAllocator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/util/ByteBlockPool$DirectAllocator;
            0    1     1  blocks  [[B
            0    1     2   start  I
            0    1     3     end  I
    MethodParameters:
        Name  Flags
      blocks  
      start   
      end     
}
SourceFile: "ByteBlockPool.java"
NestHost: org.apache.lucene.util.ByteBlockPool
InnerClasses:
  public abstract Allocator = org.apache.lucene.util.ByteBlockPool$Allocator of org.apache.lucene.util.ByteBlockPool
  public final DirectAllocator = org.apache.lucene.util.ByteBlockPool$DirectAllocator of org.apache.lucene.util.ByteBlockPool