class com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer
  super_class: java.lang.Object
{
  private char[] ch;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private boolean isExternal;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer this
        start local 1 // boolean isExternal
        start local 2 // int size
         0: .line 2903
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2904
            aload 0 /* this */
            iload 1 /* isExternal */
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer.isExternal:Z
         2: .line 2905
            aload 0 /* this */
            iload 2 /* size */
            newarray 5
            putfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer.ch:[C
         3: .line 2906
            return
        end local 2 // int size
        end local 1 // boolean isExternal
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLEntityManager$CharacterBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer;
            0    4     1  isExternal  Z
            0    4     2        size  I
    MethodParameters:
            Name  Flags
      isExternal  
      size        
}
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