public abstract class org.apache.lucene.util.ByteBlockPool$Allocator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.util.ByteBlockPool$Allocator
  super_class: java.lang.Object
{
  protected final int blockSize;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  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$Allocator this
        start local 1 // int blockSize
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            iload 1 /* blockSize */
            putfield org.apache.lucene.util.ByteBlockPool$Allocator.blockSize:I
         2: .line 58
            return
        end local 1 // int blockSize
        end local 0 // org.apache.lucene.util.ByteBlockPool$Allocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/lucene/util/ByteBlockPool$Allocator;
            0    3     1  blockSize  I
    MethodParameters:
           Name  Flags
      blockSize  

  public abstract void recycleByteBlocks(byte[][], int, int);
    descriptor: ([[BII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      blocks  
      start   
      end     

  public void recycleByteBlocks(java.util.List<byte[]>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.ByteBlockPool$Allocator this
        start local 1 // java.util.List blocks
         0: .line 63
            aload 1 /* blocks */
            aload 1 /* blocks */
            invokeinterface java.util.List.size:()I
            anewarray byte[]
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast byte[][]
            astore 2 /* b */
        start local 2 // byte[][] b
         1: .line 64
            aload 0 /* this */
            aload 2 /* b */
            iconst_0
            aload 2 /* b */
            arraylength
            invokevirtual org.apache.lucene.util.ByteBlockPool$Allocator.recycleByteBlocks:([[BII)V
         2: .line 65
            return
        end local 2 // byte[][] b
        end local 1 // java.util.List blocks
        end local 0 // org.apache.lucene.util.ByteBlockPool$Allocator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/util/ByteBlockPool$Allocator;
            0    3     1  blocks  Ljava/util/List<[B>;
            1    3     2       b  [[B
    Signature: (Ljava/util/List<[B>;)V
    MethodParameters:
        Name  Flags
      blocks  

  public byte[] getByteBlock();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.ByteBlockPool$Allocator this
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$Allocator.blockSize:I
            newarray 8
            areturn
        end local 0 // org.apache.lucene.util.ByteBlockPool$Allocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/ByteBlockPool$Allocator;
}
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