public class com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
  super_class: java.lang.Object
{
  public static final int INITIAL_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public boolean[] booleanArray;
    descriptor: [Z
    flags: (0x0001) ACC_PUBLIC

  public short[] shortArray;
    descriptor: [S
    flags: (0x0001) ACC_PUBLIC

  public int[] intArray;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public long[] longArray;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  public float[] floatArray;
    descriptor: [F
    flags: (0x0001) ACC_PUBLIC

  public double[] doubleArray;
    descriptor: [D
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            bipush 8
            newarray 4
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.booleanArray:[Z
         2: .line 36
            aload 0 /* this */
            bipush 8
            newarray 9
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.shortArray:[S
         3: .line 38
            aload 0 /* this */
            bipush 8
            newarray 10
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.intArray:[I
         4: .line 40
            aload 0 /* this */
            bipush 8
            newarray 11
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.longArray:[J
         5: .line 42
            aload 0 /* this */
            bipush 8
            newarray 6
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.floatArray:[F
         6: .line 44
            aload 0 /* this */
            bipush 8
            newarray 7
            putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.doubleArray:[D
         7: .line 30
            return
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState;
}
SourceFile: "BuiltInEncodingAlgorithmState.java"