public class com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray extends com.sun.xml.internal.fastinfoset.util.ValueArray
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray
  super_class: com.sun.xml.internal.fastinfoset.util.ValueArray
{
  public static final int INITIAL_CHARACTER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  public static final int MAXIMUM_CHARACTER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  protected int _maximumCharacterSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

  public char[] _array;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int _arrayIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int _readOnlyArrayIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private java.lang.String[] _cachedStrings;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public int _cachedIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray _readOnlyArray;
    descriptor: Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // int initialCapacity
        start local 2 // int maximumCapacity
        start local 3 // int initialCharacterSize
        start local 4 // int maximumCharacterSize
         0: .line 50
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.util.ValueArray.<init>:()V
         1: .line 52
            aload 0 /* this */
            iload 1 /* initialCapacity */
            newarray 10
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
         2: .line 53
            aload 0 /* this */
            iload 1 /* initialCapacity */
            newarray 10
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
         3: .line 54
            aload 0 /* this */
            iload 3 /* initialCharacterSize */
            newarray 5
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
         4: .line 55
            aload 0 /* this */
            iload 2 /* maximumCapacity */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCapacity:I
         5: .line 56
            aload 0 /* this */
            iload 4 /* maximumCharacterSize */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCharacterSize:I
         6: .line 57
            return
        end local 4 // int maximumCharacterSize
        end local 3 // int initialCharacterSize
        end local 2 // int maximumCapacity
        end local 1 // int initialCapacity
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0    7     1       initialCapacity  I
            0    7     2       maximumCapacity  I
            0    7     3  initialCharacterSize  I
            0    7     4  maximumCharacterSize  I
    MethodParameters:
                      Name  Flags
      initialCapacity       
      maximumCapacity       
      initialCharacterSize  
      maximumCharacterSize  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 60
            aload 0 /* this */
            bipush 10
            ldc 2147483647
         1: .line 61
            sipush 512
            ldc 2147483647
            invokespecial com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.<init>:(IIII)V
         2: .line 62
            return
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 65
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArrayIndex:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
         1: .line 66
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
         2: .line 68
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            ifnull 8
         3: .line 69
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            istore 1 /* i */
        start local 1 // int i
         4: goto 7
         5: .line 70
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            iload 1 /* i */
            aconst_null
            aastore
         6: .line 69
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            arraylength
            if_icmplt 5
        end local 1 // int i
         8: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            4    8     1     i  I

  public final int getArrayIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;

  public final void setReadOnlyArray(com.sun.xml.internal.fastinfoset.util.ValueArray, boolean);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/util/ValueArray;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // com.sun.xml.internal.fastinfoset.util.ValueArray readOnlyArray
        start local 2 // boolean clear
         0: .line 80
            aload 1 /* readOnlyArray */
            instanceof com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray
            ifne 2
         1: .line 81
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.illegalClass"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* readOnlyArray */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* readOnlyArray */
            checkcast com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray
            iload 2 /* clear */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.setReadOnlyArray:(Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;Z)V
         3: .line 85
            return
        end local 2 // boolean clear
        end local 1 // com.sun.xml.internal.fastinfoset.util.ValueArray readOnlyArray
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0    4     1  readOnlyArray  Lcom/sun/xml/internal/fastinfoset/util/ValueArray;
            0    4     2          clear  Z
    MethodParameters:
               Name  Flags
      readOnlyArray  
      clear          

  public final void setReadOnlyArray(com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray, boolean);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray readOnlyArray
        start local 2 // boolean clear
         0: .line 88
            aload 1 /* readOnlyArray */
            ifnull 11
         1: .line 89
            aload 0 /* this */
            aload 1 /* readOnlyArray */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
         2: .line 90
            aload 0 /* this */
            aload 1 /* readOnlyArray */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getSize:()I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
         3: .line 91
            aload 0 /* this */
            aload 1 /* readOnlyArray */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getArrayIndex:()I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArrayIndex:I
         4: .line 93
            iload 2 /* clear */
            ifeq 6
         5: .line 94
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.clear:()V
         6: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteCharArray:()[C
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
         7: .line 98
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteOffsetArray:()[I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
         8: .line 99
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteLengthArray:()[I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
         9: .line 100
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
        10: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArrayIndex:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
        11: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean clear
        end local 1 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray readOnlyArray
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0   12     1  readOnlyArray  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0   12     2          clear  Z
    MethodParameters:
               Name  Flags
      readOnlyArray  
      clear          

  public final char[] getCompleteCharArray();
    descriptor: ()[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            ifnonnull 5
         1: .line 107
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            ifnonnull 2
            aconst_null
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            arraylength
            newarray 5
            astore 1 /* clonedArray */
        start local 1 // char[] clonedArray
         3: .line 111
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            iconst_0
            aload 1 /* clonedArray */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 112
            aload 1 /* clonedArray */
            areturn
        end local 1 // char[] clonedArray
         5: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteCharArray:()[C
            astore 1 /* ra */
        start local 1 // char[] ra
         6: .line 116
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArrayIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            arraylength
            iadd
            newarray 5
            astore 2 /* a */
        start local 2 // char[] a
         7: .line 117
            aload 1 /* ra */
            iconst_0
            aload 2 /* a */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArrayIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 118
            aload 2 /* a */
            areturn
        end local 2 // char[] a
        end local 1 // char[] ra
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            3    5     1  clonedArray  [C
            6    9     1           ra  [C
            7    9     2            a  [C

  public final int[] getCompleteOffsetArray();
    descriptor: ()[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            ifnonnull 5
         1: .line 124
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            ifnonnull 2
            aconst_null
            areturn
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            newarray 10
            astore 1 /* clonedArray */
        start local 1 // int[] clonedArray
         3: .line 128
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            iconst_0
            aload 1 /* clonedArray */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 129
            aload 1 /* clonedArray */
            areturn
        end local 1 // int[] clonedArray
         5: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteOffsetArray:()[I
            astore 1 /* ra */
        start local 1 // int[] ra
         6: .line 133
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            iadd
            newarray 10
            astore 2 /* a */
        start local 2 // int[] a
         7: .line 134
            aload 1 /* ra */
            iconst_0
            aload 2 /* a */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 135
            aload 2 /* a */
            areturn
        end local 2 // int[] a
        end local 1 // int[] ra
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            3    5     1  clonedArray  [I
            6    9     1           ra  [I
            7    9     2            a  [I

  public final int[] getCompleteLengthArray();
    descriptor: ()[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 140
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            ifnonnull 5
         1: .line 141
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            ifnonnull 2
            aconst_null
            areturn
         2: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            arraylength
            newarray 10
            astore 1 /* clonedArray */
        start local 1 // int[] clonedArray
         3: .line 145
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            iconst_0
            aload 1 /* clonedArray */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 146
            aload 1 /* clonedArray */
            areturn
        end local 1 // int[] clonedArray
         5: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArray:Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.getCompleteLengthArray:()[I
            astore 1 /* ra */
        start local 1 // int[] ra
         6: .line 150
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            arraylength
            iadd
            newarray 10
            astore 2 /* a */
        start local 2 // int[] a
         7: .line 151
            aload 1 /* ra */
            iconst_0
            aload 2 /* a */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._readOnlyArraySize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 152
            aload 2 /* a */
            areturn
        end local 2 // int[] a
        end local 1 // int[] ra
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            3    5     1  clonedArray  [I
            6    9     1           ra  [I
            7    9     2            a  [I

  public final java.lang.String getString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // int i
         0: .line 157
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            ifnull 5
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            arraylength
            if_icmpge 5
         1: .line 158
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            iload 1 /* i */
            aaload
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 159
            aload 2 /* s */
            ifnull 3
            aload 2 /* s */
            goto 4
      StackMap locals: java.lang.String
      StackMap stack:
         3: aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            iload 1 /* i */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            iload 1 /* i */
            iaload
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            iload 1 /* i */
            iaload
            invokespecial java.lang.String.<init>:([CII)V
            dup_x2
            aastore
      StackMap locals:
      StackMap stack: java.lang.String
         4: areturn
        end local 2 // java.lang.String s
         5: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            anewarray java.lang.String
            astore 2 /* newCachedStrings */
        start local 2 // java.lang.String[] newCachedStrings
         6: .line 163
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            ifnull 8
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            arraylength
            if_icmplt 8
         7: .line 164
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            iconst_0
            aload 2 /* newCachedStrings */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 166
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newCachedStrings */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
         9: .line 168
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedStrings:[Ljava/lang/String;
            iload 1 /* i */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            iload 1 /* i */
            iaload
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            iload 1 /* i */
            iaload
            invokespecial java.lang.String.<init>:([CII)V
            dup_x2
            aastore
            areturn
        end local 2 // java.lang.String[] newCachedStrings
        end local 1 // int i
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0   10     1                 i  I
            2    5     2                 s  Ljava/lang/String;
            6   10     2  newCachedStrings  [Ljava/lang/String;
    MethodParameters:
      Name  Flags
      i     

  public final void ensureSize(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // int l
         0: .line 172
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            iload 1 /* l */
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            arraylength
            if_icmplt 2
         1: .line 173
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            iload 1 /* l */
            iadd
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.resizeArray:(I)V
         2: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int l
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0    3     1     l  I
    MethodParameters:
      Name  Flags
      l     

  public final void add(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // int l
         0: .line 178
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            if_icmpne 2
         1: .line 179
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.resize:()V
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedIndex:I
         3: .line 183
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            iastore
         4: .line 184
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            iload 1 /* l */
            iastore
         5: .line 186
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            iload 1 /* l */
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
         6: .line 187
            return
        end local 1 // int l
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0    7     1     l  I
    MethodParameters:
      Name  Flags
      l     

  public final int add(char[], int);
    descriptor: ([CI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // char[] c
        start local 2 // int l
         0: .line 190
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            arraylength
            if_icmpne 2
         1: .line 191
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.resize:()V
         2: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            istore 3 /* oldArrayIndex */
        start local 3 // int oldArrayIndex
         3: .line 195
            iload 3 /* oldArrayIndex */
            iload 2 /* l */
            iadd
            istore 4 /* arrayIndex */
        start local 4 // int arrayIndex
         4: .line 197
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._cachedIndex:I
         5: .line 198
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            iload 3 /* oldArrayIndex */
            iastore
         6: .line 199
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            iload 2 /* l */
            iastore
         7: .line 201
            iload 4 /* arrayIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            arraylength
            if_icmplt 9
         8: .line 202
            aload 0 /* this */
            iload 4 /* arrayIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray.resizeArray:(I)V
         9: .line 205
      StackMap locals: int int
      StackMap stack:
            aload 1 /* c */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            iload 3 /* oldArrayIndex */
            iload 2 /* l */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 207
            aload 0 /* this */
            iload 4 /* arrayIndex */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
        11: .line 208
            iload 3 /* oldArrayIndex */
            ireturn
        end local 4 // int arrayIndex
        end local 3 // int oldArrayIndex
        end local 2 // int l
        end local 1 // char[] c
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0   12     1              c  [C
            0   12     2              l  I
            3   12     3  oldArrayIndex  I
            4   12     4     arrayIndex  I
    MethodParameters:
      Name  Flags
      c     
      l     

  protected final void resize();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
         0: .line 212
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCapacity:I
            if_icmpne 2
         1: .line 213
            new com.sun.xml.internal.fastinfoset.util.ValueArrayResourceException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.arrayMaxCapacity"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.fastinfoset.util.ValueArrayResourceException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 1 /* newSize */
        start local 1 // int newSize
         3: .line 217
            iload 1 /* newSize */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCapacity:I
            if_icmple 5
         4: .line 218
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCapacity:I
            istore 1 /* newSize */
         5: .line 221
      StackMap locals: int
      StackMap stack:
            iload 1 /* newSize */
            newarray 10
            astore 2 /* offset */
        start local 2 // int[] offset
         6: .line 222
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
            iconst_0
            aload 2 /* offset */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 223
            aload 0 /* this */
            aload 2 /* offset */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._offset:[I
         8: .line 225
            iload 1 /* newSize */
            newarray 10
            astore 3 /* length */
        start local 3 // int[] length
         9: .line 226
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
            iconst_0
            aload 3 /* length */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 227
            aload 0 /* this */
            aload 3 /* length */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._length:[I
        11: .line 228
            return
        end local 3 // int[] length
        end local 2 // int[] offset
        end local 1 // int newSize
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            3   12     1  newSize  I
            6   12     2   offset  [I
            9   12     3   length  [I

  protected final void resizeArray(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
        start local 1 // int requestedSize
         0: .line 231
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCharacterSize:I
            if_icmpne 2
         1: .line 232
            new com.sun.xml.internal.fastinfoset.util.ValueArrayResourceException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.maxNumberOfCharacters"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.fastinfoset.util.ValueArrayResourceException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 235
      StackMap locals:
      StackMap stack:
            iload 1 /* requestedSize */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 2 /* newSize */
        start local 2 // int newSize
         3: .line 236
            iload 2 /* newSize */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCharacterSize:I
            if_icmple 5
         4: .line 237
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._maximumCharacterSize:I
            istore 2 /* newSize */
         5: .line 240
      StackMap locals: int
      StackMap stack:
            iload 2 /* newSize */
            newarray 5
            astore 3 /* array */
        start local 3 // char[] array
         6: .line 241
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
            iconst_0
            aload 3 /* array */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._arrayIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 242
            aload 0 /* this */
            aload 3 /* array */
            putfield com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray._array:[C
         8: .line 243
            return
        end local 3 // char[] array
        end local 2 // int newSize
        end local 1 // int requestedSize
        end local 0 // com.sun.xml.internal.fastinfoset.util.ContiguousCharArrayArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray;
            0    9     1  requestedSize  I
            3    9     2        newSize  I
            6    9     3          array  [C
    MethodParameters:
               Name  Flags
      requestedSize  
}
SourceFile: "ContiguousCharArrayArray.java"