final class org.apache.xerces.impl.XMLEntityManager$ByteBufferPool
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.xerces.impl.XMLEntityManager$ByteBufferPool
  super_class: java.lang.Object
{
  private static final int DEFAULT_POOL_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private int fPoolSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int fBufferSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[][] fByteBufferPool;
    descriptor: [[B
    flags: (0x0002) ACC_PRIVATE

  private int fDepth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
        start local 1 // int bufferSize
         0: .line 2985
            aload 0 /* this */
            iconst_3
            iload 1 /* bufferSize */
            invokespecial org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.<init>:(II)V
         1: .line 2986
            return
        end local 1 // int bufferSize
        end local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/xerces/impl/XMLEntityManager$ByteBufferPool;
            0    2     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
        start local 1 // int poolSize
        start local 2 // int bufferSize
         0: .line 2988
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2989
            aload 0 /* this */
            iload 1 /* poolSize */
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fPoolSize:I
         2: .line 2990
            aload 0 /* this */
            iload 2 /* bufferSize */
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fBufferSize:I
         3: .line 2991
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fPoolSize:I
            anewarray byte[]
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fByteBufferPool:[[B
         4: .line 2992
            aload 0 /* this */
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
         5: .line 2993
            return
        end local 2 // int bufferSize
        end local 1 // int poolSize
        end local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/xerces/impl/XMLEntityManager$ByteBufferPool;
            0    6     1    poolSize  I
            0    6     2  bufferSize  I
    MethodParameters:
            Name  Flags
      poolSize    
      bufferSize  

  public byte[] getBuffer();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
         0: .line 2997
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            ifle 1
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fByteBufferPool:[[B
            aload 0 /* this */
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            iconst_1
            isub
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            aaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fBufferSize:I
            newarray 8
      StackMap locals:
      StackMap stack: byte[]
         2: areturn
        end local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xerces/impl/XMLEntityManager$ByteBufferPool;

  public void returnBuffer(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
        start local 1 // byte[] buffer
         0: .line 3002
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fByteBufferPool:[[B
            arraylength
            if_icmpge 2
         1: .line 3003
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fByteBufferPool:[[B
            aload 0 /* this */
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
            aload 1 /* buffer */
            aastore
         2: .line 3005
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] buffer
        end local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/xerces/impl/XMLEntityManager$ByteBufferPool;
            0    3     1  buffer  [B
    MethodParameters:
        Name  Flags
      buffer  

  public void setBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
        start local 1 // int bufferSize
         0: .line 3009
            aload 0 /* this */
            iload 1 /* bufferSize */
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fBufferSize:I
         1: .line 3010
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fPoolSize:I
            anewarray byte[]
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fByteBufferPool:[[B
         2: .line 3011
            aload 0 /* this */
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ByteBufferPool.fDepth:I
         3: .line 3012
            return
        end local 1 // int bufferSize
        end local 0 // org.apache.xerces.impl.XMLEntityManager$ByteBufferPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/xerces/impl/XMLEntityManager$ByteBufferPool;
            0    4     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  
}
SourceFile: "XMLEntityManager.java"
NestHost: org.apache.xerces.impl.XMLEntityManager
InnerClasses:
  private final ByteBufferPool = org.apache.xerces.impl.XMLEntityManager$ByteBufferPool of org.apache.xerces.impl.XMLEntityManager