public final class com.ctc.wstx.util.TextBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.util.TextBuffer
  super_class: java.lang.Object
{
  static final int DEF_INITIAL_BUFFER_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  static final int MAX_SEGMENT_LENGTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 262144

  static final int INT_SPACE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private final com.ctc.wstx.api.ReaderConfig mConfig;
    descriptor: Lcom/ctc/wstx/api/ReaderConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private char[] mInputBuffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private java.util.ArrayList<char[]> mSegments;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<[C>;

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

  private char[] mCurrentSegment;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

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

  private char[] mResultArray;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

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

  private static final java.lang.String sIndSpaces;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\n                                 "

  private static final char[] sIndSpacesArray;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] sIndSpacesStrings;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String sIndTabs;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\n\t\t\t\t\t\t\t\t\t"

  private static final char[] sIndTabsArray;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] sIndTabsStrings;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 143
            ldc "\n                                 "
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic com.ctc.wstx.util.TextBuffer.sIndSpacesArray:[C
         1: .line 144
            getstatic com.ctc.wstx.util.TextBuffer.sIndSpacesArray:[C
            arraylength
            anewarray java.lang.String
            putstatic com.ctc.wstx.util.TextBuffer.sIndSpacesStrings:[Ljava/lang/String;
         2: .line 149
            ldc "\n\t\t\t\t\t\t\t\t\t"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic com.ctc.wstx.util.TextBuffer.sIndTabsArray:[C
         3: .line 150
            getstatic com.ctc.wstx.util.TextBuffer.sIndTabsArray:[C
            arraylength
            anewarray java.lang.String
            putstatic com.ctc.wstx.util.TextBuffer.sIndTabsStrings:[Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.ctc.wstx.api.ReaderConfig);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // com.ctc.wstx.api.ReaderConfig cfg
         0: .line 158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
         2: .line 160
            aload 0 /* this */
            aload 1 /* cfg */
            putfield com.ctc.wstx.util.TextBuffer.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
         3: .line 161
            return
        end local 1 // com.ctc.wstx.api.ReaderConfig cfg
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0    4     1   cfg  Lcom/ctc/wstx/api/ReaderConfig;
    MethodParameters:
      Name  Flags
      cfg   

  public static com.ctc.wstx.util.TextBuffer createRecyclableBuffer(com.ctc.wstx.api.ReaderConfig);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;)Lcom/ctc/wstx/util/TextBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.ctc.wstx.api.ReaderConfig cfg
         0: .line 165
            new com.ctc.wstx.util.TextBuffer
            dup
            aload 0 /* cfg */
            invokespecial com.ctc.wstx.util.TextBuffer.<init>:(Lcom/ctc/wstx/api/ReaderConfig;)V
            areturn
        end local 0 // com.ctc.wstx.api.ReaderConfig cfg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   cfg  Lcom/ctc/wstx/api/ReaderConfig;
    MethodParameters:
      Name  Flags
      cfg   

  public static com.ctc.wstx.util.TextBuffer createTemporaryBuffer();
    descriptor: ()Lcom/ctc/wstx/util/TextBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 170
            new com.ctc.wstx.util.TextBuffer
            dup
            aconst_null
            invokespecial com.ctc.wstx.util.TextBuffer.<init>:(Lcom/ctc/wstx/api/ReaderConfig;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void recycle(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // boolean force
         0: .line 184
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
            ifnull 12
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            ifnull 12
         1: .line 185
            iload 1 /* force */
            ifeq 4
         2: .line 188
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.resetWithEmpty:()V
         3: .line 189
            goto 9
         4: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            ifge 6
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iadd
            ifle 6
         5: .line 193
            return
         6: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 9
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 9
         7: .line 198
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         8: .line 199
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
         9: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 2 /* buf */
        start local 2 // char[] buf
        10: .line 203
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
        11: .line 204
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
            aload 2 /* buf */
            invokevirtual com.ctc.wstx.api.ReaderConfig.freeMediumCBuffer:([C)V
        end local 2 // char[] buf
        12: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean force
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/ctc/wstx/util/TextBuffer;
            0   13     1  force  Z
           10   12     2    buf  [C
    MethodParameters:
       Name  Flags
      force  

  public void resetWithEmpty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 214
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         1: .line 215
            aload 0 /* this */
            iconst_m1
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         2: .line 216
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         3: .line 218
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         4: .line 219
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         5: .line 222
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
            ifeq 7
         6: .line 223
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.clearSegments:()V
         7: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         8: .line 226
            return
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void resetWithEmptyString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 235
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         1: .line 236
            aload 0 /* this */
            iconst_m1
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         2: .line 237
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         3: .line 238
            aload 0 /* this */
            ldc ""
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         4: .line 239
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         5: .line 240
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
            ifeq 7
         6: .line 241
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.clearSegments:()V
         7: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         8: .line 244
            return
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void resetWithShared(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // char[] buf
        start local 2 // int start
        start local 3 // int len
         0: .line 255
            aload 0 /* this */
            aload 1 /* buf */
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         1: .line 256
            aload 0 /* this */
            iload 2 /* start */
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         2: .line 257
            aload 0 /* this */
            iload 3 /* len */
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         3: .line 260
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         4: .line 261
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         5: .line 264
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
            ifeq 7
         6: .line 265
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.clearSegments:()V
         7: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buf
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/ctc/wstx/util/TextBuffer;
            0    8     1    buf  [C
            0    8     2  start  I
            0    8     3    len  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      len    

  public void resetWithCopy(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // char[] buf
        start local 2 // int start
        start local 3 // int len
         0: .line 271
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         1: .line 272
            aload 0 /* this */
            iconst_m1
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         2: .line 273
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         3: .line 275
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         4: .line 276
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         5: .line 279
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
            ifeq 7
         6: .line 280
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.clearSegments:()V
         7: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            ifnonnull 9
         8: .line 286
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.allocBuffer:(I)[C
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
         9: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        10: .line 290
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* start */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.append:([CII)V
        11: .line 291
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buf
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/ctc/wstx/util/TextBuffer;
            0   12     1    buf  [C
            0   12     2  start  I
            0   12     3    len  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      len    

  public void resetInitialized();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 299
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.resetWithEmpty:()V
         1: .line 300
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            ifnonnull 3
         2: .line 301
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.util.TextBuffer.allocBuffer:(I)[C
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
         3: .line 303
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/ctc/wstx/util/TextBuffer;

  private final char[] allocBuffer(int);
    descriptor: (I)[C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int needed
         0: .line 307
            iload 1 /* needed */
            sipush 500
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* size */
        start local 2 // int size
         1: .line 308
            aconst_null
            astore 3 /* buf */
        start local 3 // char[] buf
         2: .line 309
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
            ifnull 6
         3: .line 310
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mConfig:Lcom/ctc/wstx/api/ReaderConfig;
            iload 2 /* size */
            invokevirtual com.ctc.wstx.api.ReaderConfig.allocMediumCBuffer:(I)[C
            astore 3 /* buf */
         4: .line 311
            aload 3 /* buf */
            ifnull 6
         5: .line 312
            aload 3 /* buf */
            areturn
         6: .line 315
      StackMap locals: int char[]
      StackMap stack:
            iload 2 /* size */
            newarray 5
            areturn
        end local 3 // char[] buf
        end local 2 // int size
        end local 1 // int needed
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/ctc/wstx/util/TextBuffer;
            0    7     1  needed  I
            1    7     2    size  I
            2    7     3     buf  [C
    MethodParameters:
        Name  Flags
      needed  

  private final void clearSegments();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 320
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
         1: .line 325
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         2: .line 326
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         3: .line 327
            return
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void resetWithIndentation(int, char);
    descriptor: (IC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int indCharCount
        start local 2 // char indChar
         0: .line 331
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         1: .line 332
            aload 0 /* this */
            iload 1 /* indCharCount */
            iconst_1
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         2: .line 334
            iload 2 /* indChar */
            bipush 9
            if_icmpne 8
         3: .line 335
            aload 0 /* this */
            getstatic com.ctc.wstx.util.TextBuffer.sIndTabsArray:[C
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         4: .line 336
            getstatic com.ctc.wstx.util.TextBuffer.sIndTabsStrings:[Ljava/lang/String;
            iload 1 /* indCharCount */
            aaload
            astore 3 /* text */
        start local 3 // java.lang.String text
         5: .line 337
            aload 3 /* text */
            ifnonnull 12
         6: .line 338
            getstatic com.ctc.wstx.util.TextBuffer.sIndTabsStrings:[Ljava/lang/String;
            iload 1 /* indCharCount */
            ldc "\n\t\t\t\t\t\t\t\t\t"
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            dup
            astore 3 /* text */
            aastore
         7: .line 340
            goto 12
        end local 3 // java.lang.String text
         8: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.ctc.wstx.util.TextBuffer.sIndSpacesArray:[C
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         9: .line 342
            getstatic com.ctc.wstx.util.TextBuffer.sIndSpacesStrings:[Ljava/lang/String;
            iload 1 /* indCharCount */
            aaload
            astore 3 /* text */
        start local 3 // java.lang.String text
        10: .line 343
            aload 3 /* text */
            ifnonnull 12
        11: .line 344
            getstatic com.ctc.wstx.util.TextBuffer.sIndSpacesStrings:[Ljava/lang/String;
            iload 1 /* indCharCount */
            ldc "\n                                 "
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            dup
            astore 3 /* text */
            aastore
        12: .line 347
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 3 /* text */
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
        13: .line 352
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
        14: .line 355
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 17
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 17
        15: .line 356
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
        16: .line 357
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        17: .line 359
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String text
        end local 2 // char indChar
        end local 1 // int indCharCount
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lcom/ctc/wstx/util/TextBuffer;
            0   18     1  indCharCount  I
            0   18     2       indChar  C
            5    8     3          text  Ljava/lang/String;
           10   18     3          text  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      indCharCount  
      indChar       

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 371
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 372
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            ireturn
         2: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iadd
            ireturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public int getTextStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 384
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 1
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public char[] getTextBuffer();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 390
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 391
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            areturn
         2: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 3
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifne 4
         3: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            areturn
         4: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsArray:()[C
            areturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void decode(org.codehaus.stax2.typed.TypedValueDecoder);
    descriptor: (Lorg/codehaus/stax2/typed/TypedValueDecoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.codehaus.stax2.typed.TypedValueDecoder tvd
         0: .line 417
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 5
         1: .line 418
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            astore 2 /* buf */
        start local 2 // char[] buf
         2: .line 419
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            istore 3 /* start */
        start local 3 // int start
         3: .line 420
            iload 3 /* start */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 421
            goto 8
        end local 4 // int end
        end local 3 // int start
        end local 2 // char[] buf
         5: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.getTextBuffer:()[C
            astore 2 /* buf */
        start local 2 // char[] buf
         6: .line 423
            iconst_0
            istore 3 /* start */
        start local 3 // int start
         7: .line 424
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iadd
            istore 4 /* end */
        start local 4 // int end
         8: .line 429
      StackMap locals: char[] int int
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmplt 11
         9: .line 430
            aload 1 /* tvd */
            invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.handleEmptyValue:()V
        10: .line 431
            return
        11: .line 433
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            iload 3 /* start */
            caload
            invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
            ifne 13
        12: .line 434
            goto 15
        13: .line 436
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
        14: .line 428
            goto 8
        15: .line 439
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
            iload 4 /* end */
            iload 3 /* start */
            if_icmple 16
            aload 2 /* buf */
            iload 4 /* end */
            caload
            invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
            ifne 15
        16: .line 440
      StackMap locals:
      StackMap stack:
            aload 1 /* tvd */
            aload 2 /* buf */
            iload 3 /* start */
            iload 4 /* end */
            iconst_1
            iadd
            invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.decode:([CII)V
        17: .line 441
            return
        end local 4 // int end
        end local 3 // int start
        end local 2 // char[] buf
        end local 1 // org.codehaus.stax2.typed.TypedValueDecoder tvd
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/ctc/wstx/util/TextBuffer;
            0   18     1    tvd  Lorg/codehaus/stax2/typed/TypedValueDecoder;
            2    5     2    buf  [C
            6   18     2    buf  [C
            3    5     3  start  I
            7   18     3  start  I
            4    5     4    end  I
            8   18     4    end  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      tvd   

  public int decodeElements(org.codehaus.stax2.typed.TypedArrayDecoder, com.ctc.wstx.sr.InputProblemReporter);
    descriptor: (Lorg/codehaus/stax2/typed/TypedArrayDecoder;Lcom/ctc/wstx/sr/InputProblemReporter;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=3
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.codehaus.stax2.typed.TypedArrayDecoder tad
        start local 2 // com.ctc.wstx.sr.InputProblemReporter rep
         0: .line 456
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         1: .line 463
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            ifge 10
         2: .line 464
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
            ifeq 7
         3: .line 465
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.buildResultArray:()[C
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         4: .line 466
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            arraylength
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         5: .line 468
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.clearSegments:()V
         6: .line 469
            goto 9
         7: .line 471
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         8: .line 472
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         9: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
        10: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            istore 4 /* ptr */
        start local 4 // int ptr
        11: .line 479
            iload 4 /* ptr */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iadd
            istore 5 /* end */
        start local 5 // int end
        12: .line 480
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            astore 6 /* buf */
        start local 6 // char[] buf
        13: .line 481
            iload 4 /* ptr */
            istore 7 /* start */
        start local 7 // int start
        14: .line 485
            goto 28
        15: .line 488
      StackMap locals: com.ctc.wstx.util.TextBuffer org.codehaus.stax2.typed.TypedArrayDecoder com.ctc.wstx.sr.InputProblemReporter int int int char[] int
      StackMap stack:
            iinc 4 /* ptr */ 1
            iload 4 /* ptr */
            iload 5 /* end */
            if_icmplt 17
        16: .line 489
            goto 38
        17: .line 487
      StackMap locals:
      StackMap stack:
            aload 6 /* buf */
            iload 4 /* ptr */
            caload
            bipush 32
            if_icmple 15
        18: .line 493
            iload 4 /* ptr */
            istore 7 /* start */
        19: .line 494
            iinc 4 /* ptr */ 1
        20: .line 495
            goto 22
        21: .line 496
      StackMap locals:
      StackMap stack:
            iinc 4 /* ptr */ 1
        22: .line 495
      StackMap locals:
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* end */
            if_icmpge 23
            aload 6 /* buf */
            iload 4 /* ptr */
            caload
            bipush 32
            if_icmpgt 21
        23: .line 498
      StackMap locals:
      StackMap stack:
            iinc 3 /* count */ 1
        24: .line 499
            iload 4 /* ptr */
            istore 8 /* tokenEnd */
        start local 8 // int tokenEnd
        25: .line 500
            iinc 4 /* ptr */ 1
        26: .line 502
            aload 1 /* tad */
            aload 6 /* buf */
            iload 7 /* start */
            iload 8 /* tokenEnd */
            invokevirtual org.codehaus.stax2.typed.TypedArrayDecoder.decodeValue:([CII)Z
            ifeq 28
        27: .line 503
            goto 38
        end local 8 // int tokenEnd
        28: .line 485
      StackMap locals:
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* end */
            if_icmplt 17
        29: .line 506
            goto 38
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        30: astore 8 /* iae */
        start local 8 // java.lang.IllegalArgumentException iae
        31: .line 513
            aload 2 /* rep */
            invokeinterface com.ctc.wstx.sr.InputProblemReporter.getLocation:()Ljavax/xml/stream/Location;
            astore 9 /* loc */
        start local 9 // javax.xml.stream.Location loc
        32: .line 515
            new java.lang.String
            dup
            aload 6 /* buf */
            iload 7 /* start */
            iload 4 /* ptr */
            iload 7 /* start */
            isub
            iconst_1
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 10 /* lexical */
        start local 10 // java.lang.String lexical
        33: .line 516
            new org.codehaus.stax2.typed.TypedXMLStreamException
            dup
            aload 10 /* lexical */
            aload 8 /* iae */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            aload 9 /* loc */
            aload 8 /* iae */
            invokespecial org.codehaus.stax2.typed.TypedXMLStreamException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljavax/xml/stream/Location;Ljava/lang/IllegalArgumentException;)V
            athrow
        end local 10 // java.lang.String lexical
        end local 9 // javax.xml.stream.Location loc
        end local 8 // java.lang.IllegalArgumentException iae
        34: .line 517
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        35: .line 518
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
        36: .line 519
            aload 0 /* this */
            iload 5 /* end */
            iload 4 /* ptr */
            isub
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
        37: .line 520
            aload 11
            athrow
        38: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
        39: .line 519
            aload 0 /* this */
            iload 5 /* end */
            iload 4 /* ptr */
            isub
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
        40: .line 521
            iload 3 /* count */
            ireturn
        end local 7 // int start
        end local 6 // char[] buf
        end local 5 // int end
        end local 4 // int ptr
        end local 3 // int count
        end local 2 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 1 // org.codehaus.stax2.typed.TypedArrayDecoder tad
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   41     0      this  Lcom/ctc/wstx/util/TextBuffer;
            0   41     1       tad  Lorg/codehaus/stax2/typed/TypedArrayDecoder;
            0   41     2       rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            1   41     3     count  I
           11   41     4       ptr  I
           12   41     5       end  I
           13   41     6       buf  [C
           14   41     7     start  I
           25   28     8  tokenEnd  I
           31   34     8       iae  Ljava/lang/IllegalArgumentException;
           32   34     9       loc  Ljavax/xml/stream/Location;
           33   34    10   lexical  Ljava/lang/String;
      Exception table:
        from    to  target  type
          14    29      30  Class java.lang.IllegalArgumentException
          14    34      34  any
    Exceptions:
      throws org.codehaus.stax2.typed.TypedXMLStreamException
    MethodParameters:
      Name  Flags
      tad   
      rep   

  public void initBinaryChunks(org.codehaus.stax2.typed.Base64Variant, org.codehaus.stax2.ri.typed.CharArrayBase64Decoder, boolean);
    descriptor: (Lorg/codehaus/stax2/typed/Base64Variant;Lorg/codehaus/stax2/ri/typed/CharArrayBase64Decoder;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.codehaus.stax2.typed.Base64Variant v
        start local 2 // org.codehaus.stax2.ri.typed.CharArrayBase64Decoder dec
        start local 3 // boolean firstChunk
         0: .line 534
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            ifge 3
         1: .line 535
            aload 2 /* dec */
            aload 1 /* v */
            iload 3 /* firstChunk */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.init:(Lorg/codehaus/stax2/typed/Base64Variant;Z[CIILjava/util/List;)V
         2: .line 536
            goto 4
         3: .line 537
      StackMap locals:
      StackMap stack:
            aload 2 /* dec */
            aload 1 /* v */
            iload 3 /* firstChunk */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            aconst_null
            invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.init:(Lorg/codehaus/stax2/typed/Base64Variant;Z[CIILjava/util/List;)V
         4: .line 539
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean firstChunk
        end local 2 // org.codehaus.stax2.ri.typed.CharArrayBase64Decoder dec
        end local 1 // org.codehaus.stax2.typed.Base64Variant v
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/ctc/wstx/util/TextBuffer;
            0    5     1           v  Lorg/codehaus/stax2/typed/Base64Variant;
            0    5     2         dec  Lorg/codehaus/stax2/ri/typed/CharArrayBase64Decoder;
            0    5     3  firstChunk  Z
    MethodParameters:
            Name  Flags
      v           
      dec         
      firstChunk  

  public java.lang.String contentsAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 549
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnonnull 27
         1: .line 551
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 4
         2: .line 552
            aload 0 /* this */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            invokespecial java.lang.String.<init>:([C)V
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         3: .line 553
            goto 27
         4: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 9
         5: .line 556
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iconst_1
            if_icmpge 7
         6: .line 557
            aload 0 /* this */
            ldc ""
            dup_x1
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            areturn
         7: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokespecial java.lang.String.<init>:([CII)V
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         8: .line 560
            goto 27
         9: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            istore 1 /* segLen */
        start local 1 // int segLen
        10: .line 563
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            istore 2 /* currLen */
        start local 2 // int currLen
        11: .line 565
            iload 1 /* segLen */
            ifne 16
        12: .line 566
            aload 0 /* this */
            iload 2 /* currLen */
            ifne 13
            ldc ""
            goto 14
      StackMap locals: com.ctc.wstx.util.TextBuffer int int
      StackMap stack: com.ctc.wstx.util.TextBuffer
        13: new java.lang.String
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            iload 2 /* currLen */
            invokespecial java.lang.String.<init>:([CII)V
      StackMap locals: com.ctc.wstx.util.TextBuffer int int
      StackMap stack: com.ctc.wstx.util.TextBuffer java.lang.String
        14: putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
        15: .line 567
            goto 27
        16: .line 568
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            iload 1 /* segLen */
            iload 2 /* currLen */
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
        17: .line 570
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 25
        18: .line 571
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        19: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 5 /* len */
        start local 5 // int len
        20: goto 24
        21: .line 572
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 6 /* curr */
        start local 6 // char[] curr
        22: .line 573
            aload 3 /* sb */
            aload 6 /* curr */
            iconst_0
            aload 6 /* curr */
            arraylength
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        end local 6 // char[] curr
        23: .line 571
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            iload 5 /* len */
            if_icmplt 21
        end local 5 // int len
        end local 4 // int i
        25: .line 577
      StackMap locals:
      StackMap stack:
            aload 3 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        26: .line 578
            aload 0 /* this */
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
        end local 3 // java.lang.StringBuilder sb
        end local 2 // int currLen
        end local 1 // int segLen
        27: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lcom/ctc/wstx/util/TextBuffer;
           10   27     1   segLen  I
           11   27     2  currLen  I
           17   27     3       sb  Ljava/lang/StringBuilder;
           19   25     4        i  I
           20   25     5      len  I
           22   23     6     curr  [C

  public java.lang.StringBuilder contentsAsStringBuilder(int);
    descriptor: (I)Ljava/lang/StringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int extraSpace
         0: .line 595
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnull 2
         1: .line 596
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 6
         3: .line 599
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            iload 1 /* extraSpace */
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         4: .line 600
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
         5: .line 601
            aload 2 /* sb */
            areturn
        end local 2 // java.lang.StringBuilder sb
         6: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 12
         7: .line 604
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iconst_1
            if_icmpge 9
         8: .line 605
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            areturn
         9: .line 607
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iload 1 /* extraSpace */
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
        10: .line 608
            aload 2 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        11: .line 609
            aload 2 /* sb */
            areturn
        end local 2 // java.lang.StringBuilder sb
        12: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            istore 2 /* segLen */
        start local 2 // int segLen
        13: .line 612
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            istore 3 /* currLen */
        start local 3 // int currLen
        14: .line 614
            new java.lang.StringBuilder
            dup
            iload 2 /* segLen */
            iload 3 /* currLen */
            iadd
            iload 1 /* extraSpace */
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuilder sb
        15: .line 616
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 23
        16: .line 617
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 6 /* len */
        start local 6 // int len
        18: goto 22
        19: .line 618
      StackMap locals: com.ctc.wstx.util.TextBuffer int int int java.lang.StringBuilder int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 5 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 7 /* curr */
        start local 7 // char[] curr
        20: .line 619
            aload 4 /* sb */
            aload 7 /* curr */
            iconst_0
            aload 7 /* curr */
            arraylength
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        end local 7 // char[] curr
        21: .line 617
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* i */
            iload 6 /* len */
            if_icmplt 19
        end local 6 // int len
        end local 5 // int i
        23: .line 623
      StackMap locals:
      StackMap stack:
            aload 4 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            iload 3 /* currLen */
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        24: .line 624
            aload 4 /* sb */
            areturn
        end local 4 // java.lang.StringBuilder sb
        end local 3 // int currLen
        end local 2 // int segLen
        end local 1 // int extraSpace
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lcom/ctc/wstx/util/TextBuffer;
            0   25     1  extraSpace  I
            4    6     2          sb  Ljava/lang/StringBuilder;
           10   12     2          sb  Ljava/lang/StringBuilder;
           13   25     2      segLen  I
           14   25     3     currLen  I
           15   25     4          sb  Ljava/lang/StringBuilder;
           17   23     5           i  I
           18   23     6         len  I
           20   21     7        curr  [C
    MethodParameters:
            Name  Flags
      extraSpace  

  public void contentsToStringBuilder(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // java.lang.StringBuilder sb
         0: .line 629
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnull 3
         1: .line 630
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 631
            goto 19
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 6
         4: .line 632
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            invokevirtual java.lang.StringBuilder.append:([C)Ljava/lang/StringBuilder;
            pop
         5: .line 633
            goto 19
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 10
         7: .line 634
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            ifle 19
         8: .line 635
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
         9: .line 637
            goto 19
        10: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 18
        11: .line 640
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        12: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* len */
        start local 3 // int len
        13: goto 17
        14: .line 641
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 4 /* curr */
        start local 4 // char[] curr
        15: .line 642
            aload 1 /* sb */
            aload 4 /* curr */
            iconst_0
            aload 4 /* curr */
            arraylength
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        end local 4 // char[] curr
        16: .line 640
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 14
        end local 3 // int len
        end local 2 // int i
        18: .line 646
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        19: .line 648
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   20     1    sb  Ljava/lang/StringBuilder;
           12   18     2     i  I
           13   18     3   len  I
           15   16     4  curr  [C
    MethodParameters:
      Name  Flags
      sb    

  public char[] contentsAsArray();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 652
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            astore 1 /* result */
        start local 1 // char[] result
         1: .line 653
            aload 1 /* result */
            ifnonnull 3
         2: .line 654
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.buildResultArray:()[C
            dup
            astore 1 /* result */
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         3: .line 656
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // char[] result
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/ctc/wstx/util/TextBuffer;
            1    4     1  result  [C

  public int contentsToArray(int, char[], int, int);
    descriptor: (I[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int srcStart
        start local 2 // char[] dst
        start local 3 // int dstStart
        start local 4 // int len
         0: .line 661
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 12
         1: .line 662
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iload 1 /* srcStart */
            isub
            istore 5 /* amount */
        start local 5 // int amount
         2: .line 663
            iload 5 /* amount */
            iload 4 /* len */
            if_icmple 5
         3: .line 664
            iload 4 /* len */
            istore 5 /* amount */
         4: .line 665
            goto 7
      StackMap locals: int
      StackMap stack:
         5: iload 5 /* amount */
            ifge 7
         6: .line 666
            iconst_0
            istore 5 /* amount */
         7: .line 668
      StackMap locals:
      StackMap stack:
            iload 5 /* amount */
            ifle 11
         8: .line 669
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iload 1 /* srcStart */
            iadd
         9: .line 670
            aload 2 /* dst */
            iload 3 /* dstStart */
            iload 5 /* amount */
        10: .line 669
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 672
      StackMap locals:
      StackMap stack:
            iload 5 /* amount */
            ireturn
        end local 5 // int amount
        12: .line 680
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* totalAmount */
        start local 5 // int totalAmount
        13: .line 681
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 33
        14: .line 682
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        15: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 7 /* segc */
        start local 7 // int segc
        16: goto 32
        17: .line 683
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 6 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 8 /* segment */
        start local 8 // char[] segment
        18: .line 684
            aload 8 /* segment */
            arraylength
            istore 9 /* segLen */
        start local 9 // int segLen
        19: .line 685
            iload 9 /* segLen */
            iload 1 /* srcStart */
            isub
            istore 10 /* amount */
        start local 10 // int amount
        20: .line 686
            iload 10 /* amount */
            iconst_1
            if_icmpge 23
        21: .line 687
            iload 1 /* srcStart */
            iload 9 /* segLen */
            isub
            istore 1 /* srcStart */
        22: .line 688
            goto 31
        23: .line 690
      StackMap locals: char[] int int
      StackMap stack:
            iload 10 /* amount */
            iload 4 /* len */
            if_icmplt 26
        24: .line 691
            aload 8 /* segment */
            iload 1 /* srcStart */
            aload 2 /* dst */
            iload 3 /* dstStart */
            iload 4 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 692
            iload 5 /* totalAmount */
            iload 4 /* len */
            iadd
            ireturn
        26: .line 695
      StackMap locals:
      StackMap stack:
            aload 8 /* segment */
            iload 1 /* srcStart */
            aload 2 /* dst */
            iload 3 /* dstStart */
            iload 10 /* amount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 696
            iload 5 /* totalAmount */
            iload 10 /* amount */
            iadd
            istore 5 /* totalAmount */
        28: .line 697
            iload 3 /* dstStart */
            iload 10 /* amount */
            iadd
            istore 3 /* dstStart */
        29: .line 698
            iload 4 /* len */
            iload 10 /* amount */
            isub
            istore 4 /* len */
        30: .line 699
            iconst_0
            istore 1 /* srcStart */
        end local 10 // int amount
        end local 9 // int segLen
        end local 8 // char[] segment
        31: .line 682
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 6 /* i */
            iload 7 /* segc */
            if_icmplt 17
        end local 7 // int segc
        end local 6 // int i
        33: .line 704
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            ifle 40
        34: .line 705
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 1 /* srcStart */
            isub
            istore 6 /* maxAmount */
        start local 6 // int maxAmount
        35: .line 706
            iload 4 /* len */
            iload 6 /* maxAmount */
            if_icmple 37
        36: .line 707
            iload 6 /* maxAmount */
            istore 4 /* len */
        37: .line 709
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            ifle 40
        38: .line 710
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iload 1 /* srcStart */
            aload 2 /* dst */
            iload 3 /* dstStart */
            iload 4 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        39: .line 711
            iload 5 /* totalAmount */
            iload 4 /* len */
            iadd
            istore 5 /* totalAmount */
        end local 6 // int maxAmount
        40: .line 715
      StackMap locals:
      StackMap stack:
            iload 5 /* totalAmount */
            ireturn
        end local 5 // int totalAmount
        end local 4 // int len
        end local 3 // int dstStart
        end local 2 // char[] dst
        end local 1 // int srcStart
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   41     0         this  Lcom/ctc/wstx/util/TextBuffer;
            0   41     1     srcStart  I
            0   41     2          dst  [C
            0   41     3     dstStart  I
            0   41     4          len  I
            2   12     5       amount  I
           13   41     5  totalAmount  I
           15   33     6            i  I
           16   33     7         segc  I
           18   31     8      segment  [C
           19   31     9       segLen  I
           20   31    10       amount  I
           35   40     6    maxAmount  I
    MethodParameters:
          Name  Flags
      srcStart  
      dst       
      dstStart  
      len       

  public int rawContentsTo(java.io.Writer);
    descriptor: (Ljava/io/Writer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // java.io.Writer w
         0: .line 726
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 3
         1: .line 727
            aload 1 /* w */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            invokevirtual java.io.Writer.write:([C)V
         2: .line 728
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            ireturn
         3: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnull 6
         4: .line 731
            aload 1 /* w */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         5: .line 732
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ireturn
         6: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 10
         7: .line 737
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            ifle 9
         8: .line 738
            aload 1 /* w */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokevirtual java.io.Writer.write:([CII)V
         9: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            ireturn
        10: .line 743
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* rlen */
        start local 2 // int rlen
        11: .line 744
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 20
        12: .line 745
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 4 /* len */
        start local 4 // int len
        14: goto 19
        15: .line 746
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 5 /* ch */
        start local 5 // char[] ch
        16: .line 747
            aload 1 /* w */
            aload 5 /* ch */
            invokevirtual java.io.Writer.write:([C)V
        17: .line 748
            iload 2 /* rlen */
            aload 5 /* ch */
            arraylength
            iadd
            istore 2 /* rlen */
        end local 5 // char[] ch
        18: .line 745
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 3 /* i */
            iload 4 /* len */
            if_icmplt 15
        end local 4 // int len
        end local 3 // int i
        20: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            ifle 23
        21: .line 752
            aload 1 /* w */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokevirtual java.io.Writer.write:([CII)V
        22: .line 753
            iload 2 /* rlen */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iadd
            istore 2 /* rlen */
        23: .line 755
      StackMap locals:
      StackMap stack:
            iload 2 /* rlen */
            ireturn
        end local 2 // int rlen
        end local 1 // java.io.Writer w
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   24     1     w  Ljava/io/Writer;
           11   24     2  rlen  I
           13   20     3     i  I
           14   20     4   len  I
           16   18     5    ch  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      w     

  public java.io.Reader rawContentsViaReader();
    descriptor: ()Ljava/io/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 762
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 2
         1: .line 763
            new java.io.CharArrayReader
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            invokespecial java.io.CharArrayReader.<init>:([C)V
            areturn
         2: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnull 4
         3: .line 766
            new java.io.StringReader
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
            areturn
         4: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 8
         5: .line 771
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            ifle 7
         6: .line 772
            new java.io.CharArrayReader
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokespecial java.io.CharArrayReader.<init>:([CII)V
            areturn
         7: .line 774
      StackMap locals:
      StackMap stack:
            new java.io.StringReader
            dup
            ldc ""
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
            areturn
         8: .line 777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 9
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifne 10
         9: .line 778
      StackMap locals:
      StackMap stack:
            new java.io.CharArrayReader
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokespecial java.io.CharArrayReader.<init>:([CII)V
            areturn
        10: .line 781
      StackMap locals:
      StackMap stack:
            new com.ctc.wstx.util.TextBuffer$BufferReader
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokespecial com.ctc.wstx.util.TextBuffer$BufferReader.<init>:(Ljava/util/ArrayList;[CI)V
            areturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/ctc/wstx/util/TextBuffer;
    Exceptions:
      throws java.io.IOException

  public boolean isAllWhitespace();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 786
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 10
         1: .line 787
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            astore 1 /* buf */
        start local 1 // char[] buf
         2: .line 788
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            istore 2 /* i */
        start local 2 // int i
         3: .line 789
            iload 2 /* i */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iadd
            istore 3 /* last */
        start local 3 // int last
         4: .line 790
            goto 8
         5: .line 791
      StackMap locals: char[] int int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* i */
            caload
            bipush 32
            if_icmple 7
         6: .line 792
            iconst_0
            ireturn
         7: .line 790
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* last */
            if_icmplt 5
         9: .line 795
            iconst_1
            ireturn
        end local 3 // int last
        end local 2 // int i
        end local 1 // char[] buf
        10: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 24
        11: .line 800
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        12: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* len */
        start local 2 // int len
        13: goto 23
        14: .line 801
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 3 /* buf */
        start local 3 // char[] buf
        15: .line 802
            iconst_0
            istore 4 /* j */
        start local 4 // int j
        16: aload 3 /* buf */
            arraylength
            istore 5 /* len2 */
        start local 5 // int len2
        17: goto 21
        18: .line 803
      StackMap locals: char[] int int
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* j */
            caload
            bipush 32
            if_icmple 20
        19: .line 804
            iconst_0
            ireturn
        20: .line 802
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* j */
            iload 5 /* len2 */
            if_icmplt 18
        end local 5 // int len2
        end local 4 // int j
        end local 3 // char[] buf
        22: .line 800
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 1 /* i */
            iload 2 /* len */
            if_icmplt 14
        end local 2 // int len
        end local 1 // int i
        24: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 1 /* buf */
        start local 1 // char[] buf
        25: .line 811
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        26: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            istore 3 /* len */
        start local 3 // int len
        27: goto 31
        28: .line 812
      StackMap locals: char[] int int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* i */
            caload
            bipush 32
            if_icmple 30
        29: .line 813
            iconst_0
            ireturn
        30: .line 811
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 28
        end local 3 // int len
        end local 2 // int i
        32: .line 816
            iconst_1
            ireturn
        end local 1 // char[] buf
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0  this  Lcom/ctc/wstx/util/TextBuffer;
            2   10     1   buf  [C
            3   10     2     i  I
            4   10     3  last  I
           12   24     1     i  I
           13   24     2   len  I
           15   22     3   buf  [C
           16   22     4     j  I
           17   22     5  len2  I
           25   33     1   buf  [C
           26   32     2     i  I
           27   32     3   len  I

  public boolean endsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // java.lang.String str
         0: .line 832
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 833
            aload 0 /* this */
            bipush 16
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         2: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* segIndex */
        start local 2 // int segIndex
         5: .line 837
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            istore 3 /* inIndex */
        start local 3 // int inIndex
         6: .line 838
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 4 /* buf */
        start local 4 // char[] buf
         7: .line 839
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iconst_1
            isub
            istore 5 /* bufIndex */
        start local 5 // int bufIndex
         8: .line 841
            goto 18
         9: .line 842
      StackMap locals: com.ctc.wstx.util.TextBuffer java.lang.String int int char[] int
      StackMap stack:
            aload 1 /* str */
            iload 3 /* inIndex */
            invokevirtual java.lang.String.charAt:(I)C
            aload 4 /* buf */
            iload 5 /* bufIndex */
            caload
            if_icmpeq 11
        10: .line 843
            iconst_0
            ireturn
        11: .line 845
      StackMap locals:
      StackMap stack:
            iinc 3 /* inIndex */ -1
            iload 3 /* inIndex */
            ifne 13
        12: .line 846
            goto 19
        13: .line 848
      StackMap locals:
      StackMap stack:
            iinc 5 /* bufIndex */ -1
            iload 5 /* bufIndex */
            ifge 18
        14: .line 849
            iinc 2 /* segIndex */ -1
            iload 2 /* segIndex */
            ifge 16
        15: .line 850
            iconst_0
            ireturn
        16: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 2 /* segIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 4 /* buf */
        17: .line 853
            aload 4 /* buf */
            arraylength
            iconst_1
            isub
            istore 5 /* bufIndex */
        18: .line 841
      StackMap locals:
      StackMap stack:
            iload 3 /* inIndex */
            ifge 9
        19: .line 857
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int bufIndex
        end local 4 // char[] buf
        end local 3 // int inIndex
        end local 2 // int segIndex
        end local 1 // java.lang.String str
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lcom/ctc/wstx/util/TextBuffer;
            0   20     1       str  Ljava/lang/String;
            5   20     2  segIndex  I
            6   20     3   inIndex  I
            7   20     4       buf  [C
            8   20     5  bufIndex  I
    MethodParameters:
      Name  Flags
      str   

  public boolean equalsString(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // java.lang.String str
         0: .line 868
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            istore 2 /* expLen */
        start local 2 // int expLen
         1: .line 871
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 11
         2: .line 872
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iload 2 /* expLen */
            if_icmpeq 4
         3: .line 873
            iconst_0
            ireturn
         4: .line 875
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 876
      StackMap locals: int
      StackMap stack:
            aload 1 /* str */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iload 3 /* i */
            iadd
            caload
            if_icmpeq 8
         7: .line 877
            iconst_0
            ireturn
         8: .line 875
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* expLen */
            if_icmplt 6
        end local 3 // int i
        10: .line 880
            iconst_1
            ireturn
        11: .line 884
      StackMap locals:
      StackMap stack:
            iload 2 /* expLen */
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.size:()I
            if_icmpeq 13
        12: .line 885
            iconst_0
            ireturn
        13: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 14
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifne 16
        14: .line 890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 3 /* seg */
        start local 3 // char[] seg
        15: .line 891
            goto 17
        end local 3 // char[] seg
        16: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsArray:()[C
            astore 3 /* seg */
        start local 3 // char[] seg
        17: .line 899
      StackMap locals: char[]
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        18: goto 22
        19: .line 900
      StackMap locals: int
      StackMap stack:
            aload 3 /* seg */
            iload 4 /* i */
            caload
            aload 1 /* str */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 21
        20: .line 901
            iconst_0
            ireturn
        21: .line 899
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 4 /* i */
            iload 2 /* expLen */
            if_icmplt 19
        end local 4 // int i
        23: .line 904
            iconst_1
            ireturn
        end local 3 // char[] seg
        end local 2 // int expLen
        end local 1 // java.lang.String str
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lcom/ctc/wstx/util/TextBuffer;
            0   24     1     str  Ljava/lang/String;
            1   24     2  expLen  I
            5   10     3       i  I
           15   16     3     seg  [C
           17   24     3     seg  [C
           18   23     4       i  I
    MethodParameters:
      Name  Flags
      str   

  public void fireSaxCharacterEvents(org.xml.sax.ContentHandler);
    descriptor: (Lorg/xml/sax/ContentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.xml.sax.ContentHandler h
         0: .line 916
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 3
         1: .line 917
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            invokeinterface org.xml.sax.ContentHandler.characters:([CII)V
         2: .line 918
            goto 16
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 6
         4: .line 919
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokeinterface org.xml.sax.ContentHandler.characters:([CII)V
         5: .line 920
            goto 16
         6: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 14
         7: .line 922
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* len */
        start local 3 // int len
         9: goto 13
        10: .line 923
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 4 /* ch */
        start local 4 // char[] ch
        11: .line 924
            aload 1 /* h */
            aload 4 /* ch */
            iconst_0
            aload 4 /* ch */
            arraylength
            invokeinterface org.xml.sax.ContentHandler.characters:([CII)V
        end local 4 // char[] ch
        12: .line 922
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 10
        end local 3 // int len
        end local 2 // int i
        14: .line 927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            ifle 16
        15: .line 928
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokeinterface org.xml.sax.ContentHandler.characters:([CII)V
        16: .line 931
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.ContentHandler h
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   17     1     h  Lorg/xml/sax/ContentHandler;
            8   14     2     i  I
            9   14     3   len  I
           11   12     4    ch  [C
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      h     

  public void fireSaxSpaceEvents(org.xml.sax.ContentHandler);
    descriptor: (Lorg/xml/sax/ContentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.xml.sax.ContentHandler h
         0: .line 936
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 3
         1: .line 937
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            invokeinterface org.xml.sax.ContentHandler.ignorableWhitespace:([CII)V
         2: .line 938
            goto 16
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 6
         4: .line 939
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokeinterface org.xml.sax.ContentHandler.ignorableWhitespace:([CII)V
         5: .line 940
            goto 16
         6: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 14
         7: .line 942
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* len */
        start local 3 // int len
         9: goto 13
        10: .line 943
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 4 /* ch */
        start local 4 // char[] ch
        11: .line 944
            aload 1 /* h */
            aload 4 /* ch */
            iconst_0
            aload 4 /* ch */
            arraylength
            invokeinterface org.xml.sax.ContentHandler.ignorableWhitespace:([CII)V
        end local 4 // char[] ch
        12: .line 942
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 10
        end local 3 // int len
        end local 2 // int i
        14: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            ifle 16
        15: .line 948
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokeinterface org.xml.sax.ContentHandler.ignorableWhitespace:([CII)V
        16: .line 951
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.ContentHandler h
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   17     1     h  Lorg/xml/sax/ContentHandler;
            8   14     2     i  I
            9   14     3   len  I
           11   12     4    ch  [C
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      h     

  public void fireSaxCommentEvent(org.xml.sax.ext.LexicalHandler);
    descriptor: (Lorg/xml/sax/ext/LexicalHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.xml.sax.ext.LexicalHandler h
         0: .line 957
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 3
         1: .line 958
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            invokeinterface org.xml.sax.ext.LexicalHandler.comment:([CII)V
         2: .line 959
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 6
         4: .line 960
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokeinterface org.xml.sax.ext.LexicalHandler.comment:([CII)V
         5: .line 961
            goto 11
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 10
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 10
         7: .line 962
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsArray:()[C
            astore 2 /* ch */
        start local 2 // char[] ch
         8: .line 963
            aload 1 /* h */
            aload 2 /* ch */
            iconst_0
            aload 2 /* ch */
            arraylength
            invokeinterface org.xml.sax.ext.LexicalHandler.comment:([CII)V
        end local 2 // char[] ch
         9: .line 964
            goto 11
        10: .line 965
      StackMap locals:
      StackMap stack:
            aload 1 /* h */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokeinterface org.xml.sax.ext.LexicalHandler.comment:([CII)V
        11: .line 967
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.ext.LexicalHandler h
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   12     1     h  Lorg/xml/sax/ext/LexicalHandler;
            8    9     2    ch  [C
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      h     

  public void fireDtdCommentEvent(com.ctc.wstx.dtd.DTDEventListener);
    descriptor: (Lcom/ctc/wstx/dtd/DTDEventListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // com.ctc.wstx.dtd.DTDEventListener l
         0: .line 972
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            ifnull 3
         1: .line 973
            aload 1 /* l */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
            arraylength
            invokeinterface com.ctc.wstx.dtd.DTDEventListener.dtdComment:([CII)V
         2: .line 974
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 6
         4: .line 975
            aload 1 /* l */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            invokeinterface com.ctc.wstx.dtd.DTDEventListener.dtdComment:([CII)V
         5: .line 976
            goto 11
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 10
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 10
         7: .line 977
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsArray:()[C
            astore 2 /* ch */
        start local 2 // char[] ch
         8: .line 978
            aload 1 /* l */
            aload 2 /* ch */
            iconst_0
            aload 2 /* ch */
            arraylength
            invokeinterface com.ctc.wstx.dtd.DTDEventListener.dtdComment:([CII)V
        end local 2 // char[] ch
         9: .line 979
            goto 11
        10: .line 980
      StackMap locals:
      StackMap stack:
            aload 1 /* l */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokeinterface com.ctc.wstx.dtd.DTDEventListener.dtdComment:([CII)V
        11: .line 982
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.ctc.wstx.dtd.DTDEventListener l
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   12     1     l  Lcom/ctc/wstx/dtd/DTDEventListener;
            8    9     2    ch  [C
    MethodParameters:
      Name  Flags
      l     

  public void validateText(org.codehaus.stax2.validation.XMLValidator, boolean);
    descriptor: (Lorg/codehaus/stax2/validation/XMLValidator;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // org.codehaus.stax2.validation.XMLValidator vld
        start local 2 // boolean lastSegment
         0: .line 994
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 3
         1: .line 995
            aload 1 /* vld */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iadd
            iload 2 /* lastSegment */
            invokevirtual org.codehaus.stax2.validation.XMLValidator.validateText:([CIIZ)V
         2: .line 996
            goto 4
         3: .line 1002
      StackMap locals:
      StackMap stack:
            aload 1 /* vld */
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            iload 2 /* lastSegment */
            invokevirtual org.codehaus.stax2.validation.XMLValidator.validateText:(Ljava/lang/String;Z)V
         4: .line 1004
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean lastSegment
        end local 1 // org.codehaus.stax2.validation.XMLValidator vld
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/ctc/wstx/util/TextBuffer;
            0    5     1          vld  Lorg/codehaus/stax2/validation/XMLValidator;
            0    5     2  lastSegment  Z
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      vld          
      lastSegment  

  public void ensureNotShared();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1017
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 1018
            aload 0 /* this */
            bipush 16
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         2: .line 1020
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // char c
         0: .line 1024
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 1025
            aload 0 /* this */
            bipush 16
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         2: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         3: .line 1028
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         4: .line 1030
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 2 /* curr */
        start local 2 // char[] curr
         5: .line 1031
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            aload 2 /* curr */
            arraylength
            if_icmplt 8
         6: .line 1032
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.util.TextBuffer.expand:(I)V
         7: .line 1033
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 2 /* curr */
         8: .line 1035
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* curr */
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 1 /* c */
            castore
         9: .line 1036
            return
        end local 2 // char[] curr
        end local 1 // char c
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   10     1     c  C
            5   10     2  curr  [C
    MethodParameters:
      Name  Flags
      c     

  public void append(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // char[] c
        start local 2 // int start
        start local 3 // int len
         0: .line 1041
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 2
         1: .line 1042
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         2: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         3: .line 1045
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         4: .line 1048
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 4 /* curr */
        start local 4 // char[] curr
         5: .line 1049
            aload 4 /* curr */
            arraylength
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            isub
            istore 5 /* max */
        start local 5 // int max
         6: .line 1051
            iload 5 /* max */
            iload 3 /* len */
            if_icmplt 10
         7: .line 1052
            aload 1 /* c */
            iload 2 /* start */
            aload 4 /* curr */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 1053
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 3 /* len */
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         9: .line 1054
            goto 17
        10: .line 1056
      StackMap locals: char[] int
      StackMap stack:
            iload 5 /* max */
            ifle 14
        11: .line 1057
            aload 1 /* c */
            iload 2 /* start */
            aload 4 /* curr */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 5 /* max */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 1058
            iload 2 /* start */
            iload 5 /* max */
            iadd
            istore 2 /* start */
        13: .line 1059
            iload 3 /* len */
            iload 5 /* max */
            isub
            istore 3 /* len */
        14: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.expand:(I)V
        15: .line 1065
            aload 1 /* c */
            iload 2 /* start */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 1066
            aload 0 /* this */
            iload 3 /* len */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        17: .line 1068
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int max
        end local 4 // char[] curr
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] c
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/ctc/wstx/util/TextBuffer;
            0   18     1      c  [C
            0   18     2  start  I
            0   18     3    len  I
            5   18     4   curr  [C
            6   18     5    max  I
    MethodParameters:
       Name  Flags
      c      
      start  
      len    

  public void append(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // java.lang.String str
         0: .line 1073
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 1074
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 3
         2: .line 1075
            aload 0 /* this */
            iload 2 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         3: .line 1077
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
         4: .line 1078
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mResultArray:[C
         5: .line 1081
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 3 /* curr */
        start local 3 // char[] curr
         6: .line 1082
            aload 3 /* curr */
            arraylength
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            isub
            istore 4 /* max */
        start local 4 // int max
         7: .line 1083
            iload 4 /* max */
            iload 2 /* len */
            if_icmplt 11
         8: .line 1084
            aload 1 /* str */
            iconst_0
            iload 2 /* len */
            aload 3 /* curr */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokevirtual java.lang.String.getChars:(II[CI)V
         9: .line 1085
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            iload 2 /* len */
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        10: .line 1086
            goto 17
        11: .line 1088
      StackMap locals: char[] int
      StackMap stack:
            iload 4 /* max */
            ifle 14
        12: .line 1089
            aload 1 /* str */
            iconst_0
            iload 4 /* max */
            aload 3 /* curr */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokevirtual java.lang.String.getChars:(II[CI)V
        13: .line 1090
            iload 2 /* len */
            iload 4 /* max */
            isub
            istore 2 /* len */
        14: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* len */
            invokevirtual com.ctc.wstx.util.TextBuffer.expand:(I)V
        15: .line 1096
            aload 1 /* str */
            iload 4 /* max */
            iload 4 /* max */
            iload 2 /* len */
            iadd
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
        16: .line 1097
            aload 0 /* this */
            iload 2 /* len */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        17: .line 1099
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int max
        end local 3 // char[] curr
        end local 2 // int len
        end local 1 // java.lang.String str
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0   18     1   str  Ljava/lang/String;
            1   18     2   len  I
            6   18     3  curr  [C
            7   18     4   max  I
    MethodParameters:
      Name  Flags
      str   

  public char[] getCurrentSegment();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1113
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 3
         1: .line 1114
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.util.TextBuffer.unshare:(I)V
         2: .line 1115
            goto 9
         3: .line 1116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 1 /* curr */
        start local 1 // char[] curr
         4: .line 1117
            aload 1 /* curr */
            ifnonnull 7
         5: .line 1118
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.util.TextBuffer.allocBuffer:(I)[C
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
         6: .line 1119
            goto 9
      StackMap locals: char[]
      StackMap stack:
         7: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            aload 1 /* curr */
            arraylength
            if_icmplt 9
         8: .line 1121
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.util.TextBuffer.expand:(I)V
        end local 1 // char[] curr
         9: .line 1124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            areturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/ctc/wstx/util/TextBuffer;
            4    9     1  curr  [C

  public int getCurrentSegmentSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1128
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            ireturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void setCurrentLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int len
         0: .line 1132
            aload 0 /* this */
            iload 1 /* len */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         1: .line 1133
            return
        end local 1 // int len
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/util/TextBuffer;
            0    2     1   len  I
    MethodParameters:
      Name  Flags
      len   

  public char[] finishCurrentSegment();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1137
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnonnull 2
         1: .line 1138
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
         2: .line 1140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
         3: .line 1141
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 1142
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            arraylength
            istore 1 /* oldLen */
        start local 1 // int oldLen
         5: .line 1143
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            iload 1 /* oldLen */
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
         6: .line 1144
            aload 0 /* this */
            iload 1 /* oldLen */
            invokevirtual com.ctc.wstx.util.TextBuffer.calcNewSize:(I)I
            newarray 5
            astore 2 /* curr */
        start local 2 // char[] curr
         7: .line 1145
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
         8: .line 1146
            aload 0 /* this */
            aload 2 /* curr */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
         9: .line 1147
            aload 2 /* curr */
            areturn
        end local 2 // char[] curr
        end local 1 // int oldLen
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/ctc/wstx/util/TextBuffer;
            5   10     1  oldLen  I
            7   10     2    curr  [C

  private int calcNewSize(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int latestSize
         0: .line 1157
            iload 1 /* latestSize */
            sipush 8000
            if_icmpge 1
            iload 1 /* latestSize */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 1 /* latestSize */
            iconst_1
            ishr
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* incr */
        start local 2 // int incr
         3: .line 1158
            iload 1 /* latestSize */
            iload 2 /* incr */
            iadd
            istore 3 /* size */
        start local 3 // int size
         4: .line 1160
            iload 3 /* size */
            ldc 262144
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 3 // int size
        end local 2 // int incr
        end local 1 // int latestSize
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/ctc/wstx/util/TextBuffer;
            0    5     1  latestSize  I
            3    5     2        incr  I
            4    5     3        size  I
    MethodParameters:
            Name  Flags
      latestSize  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1176
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.contentsAsString:()Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/TextBuffer;

  public void unshare(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int needExtra
         0: .line 1191
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            istore 2 /* len */
        start local 2 // int len
         1: .line 1192
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         2: .line 1193
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            astore 3 /* inputBuf */
        start local 3 // char[] inputBuf
         3: .line 1194
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
         4: .line 1195
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            istore 4 /* start */
        start local 4 // int start
         5: .line 1196
            aload 0 /* this */
            iconst_m1
            putfield com.ctc.wstx.util.TextBuffer.mInputStart:I
         6: .line 1199
            iload 2 /* len */
            iload 1 /* needExtra */
            iadd
            istore 5 /* needed */
        start local 5 // int needed
         7: .line 1200
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            ifnull 8
            iload 5 /* needed */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            arraylength
            if_icmple 9
         8: .line 1201
      StackMap locals: com.ctc.wstx.util.TextBuffer int int char[] int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 5 /* needed */
            invokevirtual com.ctc.wstx.util.TextBuffer.allocBuffer:(I)[C
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
         9: .line 1203
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            ifle 11
        10: .line 1204
            aload 3 /* inputBuf */
            iload 4 /* start */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
        12: .line 1207
            aload 0 /* this */
            iload 2 /* len */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        13: .line 1208
            return
        end local 5 // int needed
        end local 4 // int start
        end local 3 // char[] inputBuf
        end local 2 // int len
        end local 1 // int needExtra
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/ctc/wstx/util/TextBuffer;
            0   14     1  needExtra  I
            1   14     2        len  I
            3   14     3   inputBuf  [C
            5   14     4      start  I
            7   14     5     needed  I
    MethodParameters:
           Name  Flags
      needExtra  

  private void expand(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuffer this
        start local 1 // int roomNeeded
         0: .line 1220
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnonnull 2
         1: .line 1221
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
         2: .line 1223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            astore 2 /* curr */
        start local 2 // char[] curr
         3: .line 1224
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.TextBuffer.mHasSegments:Z
         4: .line 1225
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            aload 2 /* curr */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1226
            aload 2 /* curr */
            arraylength
            istore 3 /* oldLen */
        start local 3 // int oldLen
         6: .line 1227
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
            iload 3 /* oldLen */
            iadd
            putfield com.ctc.wstx.util.TextBuffer.mSegmentSize:I
         7: .line 1228
            iload 1 /* roomNeeded */
            aload 0 /* this */
            iload 3 /* oldLen */
            invokevirtual com.ctc.wstx.util.TextBuffer.calcNewSize:(I)I
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* newSize */
        start local 4 // int newSize
         8: .line 1229
            iload 4 /* newSize */
            newarray 5
            astore 2 /* curr */
         9: .line 1230
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
        10: .line 1231
            aload 0 /* this */
            aload 2 /* curr */
            putfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
        11: .line 1232
            return
        end local 4 // int newSize
        end local 3 // int oldLen
        end local 2 // char[] curr
        end local 1 // int roomNeeded
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/ctc/wstx/util/TextBuffer;
            0   12     1  roomNeeded  I
            3   12     2        curr  [C
            6   12     3      oldLen  I
            8   12     4     newSize  I
    MethodParameters:
            Name  Flags
      roomNeeded  

  private char[] buildResultArray();
    descriptor: ()[C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuffer this
         0: .line 1236
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            ifnull 2
         1: .line 1237
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mResultString:Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            areturn
         2: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            iflt 10
         3: .line 1243
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            iconst_1
            if_icmpge 5
         4: .line 1244
            invokestatic com.ctc.wstx.util.DataUtil.getEmptyCharArray:()[C
            areturn
         5: .line 1246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
            newarray 5
            astore 1 /* result */
        start local 1 // char[] result
         6: .line 1247
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputStart:I
            aload 1 /* result */
            iconst_0
         7: .line 1248
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mInputLen:I
         8: .line 1247
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 1249
            goto 26
        end local 1 // char[] result
        10: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.TextBuffer.size:()I
            istore 2 /* size */
        start local 2 // int size
        11: .line 1251
            iload 2 /* size */
            iconst_1
            if_icmpge 13
        12: .line 1252
            invokestatic com.ctc.wstx.util.DataUtil.getEmptyCharArray:()[C
            areturn
        13: .line 1254
      StackMap locals: com.ctc.wstx.util.TextBuffer top int
      StackMap stack:
            iconst_0
            istore 3 /* offset */
        start local 3 // int offset
        14: .line 1255
            iload 2 /* size */
            newarray 5
            astore 1 /* result */
        start local 1 // char[] result
        15: .line 1256
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            ifnull 25
        16: .line 1257
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        17: aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 5 /* len */
        start local 5 // int len
        18: goto 24
        19: .line 1258
      StackMap locals: com.ctc.wstx.util.TextBuffer char[] int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mSegments:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast char[]
            astore 6 /* curr */
        start local 6 // char[] curr
        20: .line 1259
            aload 6 /* curr */
            arraylength
            istore 7 /* currLen */
        start local 7 // int currLen
        21: .line 1260
            aload 6 /* curr */
            iconst_0
            aload 1 /* result */
            iload 3 /* offset */
            iload 7 /* currLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 1261
            iload 3 /* offset */
            iload 7 /* currLen */
            iadd
            istore 3 /* offset */
        end local 7 // int currLen
        end local 6 // char[] curr
        23: .line 1257
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            iload 5 /* len */
            if_icmplt 19
        end local 5 // int len
        end local 4 // int i
        25: .line 1264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSegment:[C
            iconst_0
            aload 1 /* result */
            iload 3 /* offset */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuffer.mCurrentSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 3 // int offset
        end local 2 // int size
        26: .line 1266
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // char[] result
        end local 0 // com.ctc.wstx.util.TextBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lcom/ctc/wstx/util/TextBuffer;
            6   10     1   result  [C
           15   27     1   result  [C
           11   26     2     size  I
           14   26     3   offset  I
           17   25     4        i  I
           18   25     5      len  I
           20   23     6     curr  [C
           21   23     7  currLen  I
}
SourceFile: "TextBuffer.java"
NestMembers:
  com.ctc.wstx.util.TextBuffer$BufferReader
InnerClasses:
  private final BufferReader = com.ctc.wstx.util.TextBuffer$BufferReader of com.ctc.wstx.util.TextBuffer