public final class com.ctc.wstx.util.TextBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.util.TextBuilder
  super_class: java.lang.Object
{
  private static final int MIN_LEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 60

  private static final int MAX_LEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 120

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // int initialSize
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            iload 1 /* initialSize */
            iconst_4
            ishl
            istore 2 /* charSize */
        start local 2 // int charSize
         2: .line 29
            iload 2 /* charSize */
            bipush 60
            if_icmpge 5
         3: .line 30
            bipush 60
            istore 2 /* charSize */
         4: .line 31
            goto 7
      StackMap locals: com.ctc.wstx.util.TextBuilder int int
      StackMap stack:
         5: iload 2 /* charSize */
            bipush 120
            if_icmple 7
         6: .line 32
            bipush 120
            istore 2 /* charSize */
         7: .line 34
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* charSize */
            newarray 5
            putfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
         8: .line 35
            return
        end local 2 // int charSize
        end local 1 // int initialSize
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/ctc/wstx/util/TextBuilder;
            0    9     1  initialSize  I
            2    9     2     charSize  I
    MethodParameters:
             Name  Flags
      initialSize  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuilder this
         0: .line 42
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.TextBuilder.mResultString:Ljava/lang/String;
         2: .line 44
            return
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/TextBuilder;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuilder this
         0: .line 53
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/util/TextBuilder;

  public java.lang.String getAllValues();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuilder this
         0: .line 58
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mResultString:Ljava/lang/String;
            ifnonnull 2
         1: .line 59
            aload 0 /* this */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            invokespecial java.lang.String.<init>:([CII)V
            putfield com.ctc.wstx.util.TextBuilder.mResultString:Ljava/lang/String;
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mResultString:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/TextBuilder;

  public char[] getCharBuffer();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuilder this
         0: .line 68
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            areturn
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/TextBuilder;

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

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // char c
         0: .line 82
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            arraylength
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            if_icmpne 2
         1: .line 83
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.util.TextBuilder.resize:(I)V
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            iload 1 /* c */
            castore
         3: .line 86
            return
        end local 1 // char c
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/ctc/wstx/util/TextBuilder;
            0    4     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public void append(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // char[] src
        start local 2 // int start
        start local 3 // int len
         0: .line 89
            iload 3 /* len */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            arraylength
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            isub
            if_icmple 2
         1: .line 90
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.TextBuilder.resize:(I)V
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 2 /* start */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 93
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            iload 3 /* len */
            iadd
            putfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
         4: .line 94
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] src
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/ctc/wstx/util/TextBuilder;
            0    5     1    src  [C
            0    5     2  start  I
            0    5     3    len  I
    MethodParameters:
       Name  Flags
      src    
      start  
      len    

  public void setBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // int newSize
         0: .line 97
            aload 0 /* this */
            iload 1 /* newSize */
            putfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
         1: .line 98
            return
        end local 1 // int newSize
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/ctc/wstx/util/TextBuilder;
            0    2     1  newSize  I
    MethodParameters:
         Name  Flags
      newSize  

  public char[] bufferFull(int);
    descriptor: (I)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // int needSpaceFor
         0: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            arraylength
            putfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
         1: .line 102
            aload 0 /* this */
            iload 1 /* needSpaceFor */
            invokevirtual com.ctc.wstx.util.TextBuilder.resize:(I)V
         2: .line 103
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            areturn
        end local 1 // int needSpaceFor
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/ctc/wstx/util/TextBuilder;
            0    3     1  needSpaceFor  I
    MethodParameters:
              Name  Flags
      needSpaceFor  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.TextBuilder this
         0: .line 114
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/TextBuilder;

  private void resize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.TextBuilder this
        start local 1 // int needSpaceFor
         0: .line 124
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            astore 2 /* old */
        start local 2 // char[] old
         1: .line 125
            aload 2 /* old */
            arraylength
            istore 3 /* oldLen */
        start local 3 // int oldLen
         2: .line 126
            iload 3 /* oldLen */
            iconst_1
            ishr
            istore 4 /* addition */
        start local 4 // int addition
         3: .line 127
            iload 1 /* needSpaceFor */
            iload 3 /* oldLen */
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            isub
            isub
            istore 1 /* needSpaceFor */
         4: .line 128
            iload 4 /* addition */
            iload 1 /* needSpaceFor */
            if_icmpge 6
         5: .line 129
            iload 1 /* needSpaceFor */
            istore 4 /* addition */
         6: .line 131
      StackMap locals: char[] int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* oldLen */
            iload 4 /* addition */
            iadd
            newarray 5
            putfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
         7: .line 132
            aload 2 /* old */
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBuffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.TextBuilder.mBufferLen:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 133
            return
        end local 4 // int addition
        end local 3 // int oldLen
        end local 2 // char[] old
        end local 1 // int needSpaceFor
        end local 0 // com.ctc.wstx.util.TextBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/ctc/wstx/util/TextBuilder;
            0    9     1  needSpaceFor  I
            1    9     2           old  [C
            2    9     3        oldLen  I
            3    9     4      addition  I
    MethodParameters:
              Name  Flags
      needSpaceFor  
}
SourceFile: "TextBuilder.java"