class com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool
  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 com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer[] fInternalBufferPool;
    descriptor: [Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer[] fExternalBufferPool;
    descriptor: [Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
        start local 1 // int externalBufferSize
        start local 2 // int internalBufferSize
         0: .line 2933
            aload 0 /* this */
            iconst_3
            iload 1 /* externalBufferSize */
            iload 2 /* internalBufferSize */
            invokespecial com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.<init>:(III)V
         1: .line 2934
            return
        end local 2 // int internalBufferSize
        end local 1 // int externalBufferSize
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;
            0    2     1  externalBufferSize  I
            0    2     2  internalBufferSize  I
    MethodParameters:
                    Name  Flags
      externalBufferSize  
      internalBufferSize  

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
        start local 1 // int poolSize
        start local 2 // int externalBufferSize
        start local 3 // int internalBufferSize
         0: .line 2936
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2937
            aload 0 /* this */
            iload 2 /* externalBufferSize */
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferSize:I
         2: .line 2938
            aload 0 /* this */
            iload 3 /* internalBufferSize */
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferSize:I
         3: .line 2939
            aload 0 /* this */
            iload 1 /* poolSize */
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.poolSize:I
         4: .line 2940
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.init:()V
         5: .line 2941
            return
        end local 3 // int internalBufferSize
        end local 2 // int externalBufferSize
        end local 1 // int poolSize
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;
            0    6     1            poolSize  I
            0    6     2  externalBufferSize  I
            0    6     3  internalBufferSize  I
    MethodParameters:
                    Name  Flags
      poolSize            
      externalBufferSize  
      internalBufferSize  

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
         0: .line 2945
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.poolSize:I
            anewarray com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
         1: .line 2946
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.poolSize:I
            anewarray com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
         2: .line 2947
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
         3: .line 2948
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
         4: .line 2949
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;

  public com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer getBuffer(boolean);
    descriptor: (Z)Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
        start local 1 // boolean external
         0: .line 2953
            iload 1 /* external */
            ifeq 4
         1: .line 2954
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            iconst_m1
            if_icmple 3
         2: .line 2955
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            dup_x1
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            aaload
            areturn
         3: .line 2958
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferSize:I
            invokespecial com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer.<init>:(ZI)V
            areturn
         4: .line 2962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            iconst_m1
            if_icmple 6
         5: .line 2963
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            dup_x1
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            aaload
            areturn
         6: .line 2966
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferSize:I
            invokespecial com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer.<init>:(ZI)V
            areturn
        end local 1 // boolean external
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;
            0    7     1  external  Z
    MethodParameters:
          Name  Flags
      external  

  public void returnToPool(com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
        start local 1 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer buffer
         0: .line 2973
            aload 1 /* buffer */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer.isExternal:Z
            ifeq 4
         1: .line 2974
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            arraylength
            iconst_1
            isub
            if_icmpge 6
         2: .line 2975
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
            aload 1 /* buffer */
            aastore
         3: .line 2977
            goto 6
         4: .line 2978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            arraylength
            iconst_1
            isub
            if_icmpge 6
         5: .line 2979
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fInternalTop:I
            aload 1 /* buffer */
            aastore
         6: .line 2981
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer buffer
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;
            0    7     1  buffer  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void setExternalBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
        start local 1 // int bufferSize
         0: .line 2985
            aload 0 /* this */
            iload 1 /* bufferSize */
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferSize:I
         1: .line 2986
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.poolSize:I
            anewarray com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalBufferPool:[Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
         2: .line 2987
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool.fExternalTop:I
         3: .line 2988
            return
        end local 1 // int bufferSize
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool;
            0    4     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  
}
SourceFile: "XMLEntityManager.java"
NestHost: com.sun.org.apache.xerces.internal.impl.XMLEntityManager
InnerClasses:
  private CharacterBuffer = com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer of com.sun.org.apache.xerces.internal.impl.XMLEntityManager
  private CharacterBufferPool = com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBufferPool of com.sun.org.apache.xerces.internal.impl.XMLEntityManager