public final class org.apache.tomcat.util.buf.CharChunk extends org.apache.tomcat.util.buf.AbstractChunk implements java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.tomcat.util.buf.CharChunk
  super_class: org.apache.tomcat.util.buf.AbstractChunk
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

  private transient org.apache.tomcat.util.buf.CharChunk$CharInputChannel in;
    descriptor: Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.apache.tomcat.util.buf.CharChunk$CharOutputChannel out;
    descriptor: Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 81
            aload 0 /* this */
            invokespecial org.apache.tomcat.util.buf.AbstractChunk.<init>:()V
         1: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.apache.tomcat.util.buf.CharChunk.in:Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
         2: .line 75
            aload 0 /* this */
            aconst_null
            putfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
         3: .line 82
            return
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/tomcat/util/buf/CharChunk;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int initial
         0: .line 85
            aload 0 /* this */
            invokespecial org.apache.tomcat.util.buf.AbstractChunk.<init>:()V
         1: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.apache.tomcat.util.buf.CharChunk.in:Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
         2: .line 75
            aload 0 /* this */
            aconst_null
            putfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
         3: .line 86
            aload 0 /* this */
            iload 1 /* initial */
            iconst_m1
            invokevirtual org.apache.tomcat.util.buf.CharChunk.allocate:(II)V
         4: .line 87
            return
        end local 1 // int initial
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    5     1  initial  I
    MethodParameters:
         Name  Flags
      initial  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public void allocate(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int initial
        start local 2 // int limit
         0: .line 101
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            ifnull 1
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            iload 1 /* initial */
            if_icmpge 2
         1: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* initial */
            newarray 5
            putfield org.apache.tomcat.util.buf.CharChunk.buff:[C
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.setLimit:(I)V
         3: .line 105
            aload 0 /* this */
            iconst_0
            putfield org.apache.tomcat.util.buf.CharChunk.start:I
         4: .line 106
            aload 0 /* this */
            iconst_0
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
         5: .line 107
            aload 0 /* this */
            iconst_1
            putfield org.apache.tomcat.util.buf.CharChunk.isSet:Z
         6: .line 108
            aload 0 /* this */
            iconst_0
            putfield org.apache.tomcat.util.buf.CharChunk.hasHashCode:Z
         7: .line 109
            return
        end local 2 // int limit
        end local 1 // int initial
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    8     1  initial  I
            0    8     2    limit  I
    MethodParameters:
         Name  Flags
      initial  
      limit    

  public void setChars(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char[] c
        start local 2 // int off
        start local 3 // int len
         0: .line 120
            aload 0 /* this */
            aload 1 /* c */
            putfield org.apache.tomcat.util.buf.CharChunk.buff:[C
         1: .line 121
            aload 0 /* this */
            iload 2 /* off */
            putfield org.apache.tomcat.util.buf.CharChunk.start:I
         2: .line 122
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 3 /* len */
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
         3: .line 123
            aload 0 /* this */
            iconst_1
            putfield org.apache.tomcat.util.buf.CharChunk.isSet:Z
         4: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.apache.tomcat.util.buf.CharChunk.hasHashCode:Z
         5: .line 125
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] c
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    6     1     c  [C
            0    6     2   off  I
            0    6     3   len  I
    MethodParameters:
      Name  Flags
      c     
      off   
      len   

  public char[] getChars();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 132
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getBuffer:()[C
            areturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;

  public char[] getBuffer();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 140
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            areturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;

  public void setCharInputChannel(org.apache.tomcat.util.buf.CharChunk$CharInputChannel);
    descriptor: (Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // org.apache.tomcat.util.buf.CharChunk$CharInputChannel in
         0: .line 150
            aload 0 /* this */
            aload 1 /* in */
            putfield org.apache.tomcat.util.buf.CharChunk.in:Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
         1: .line 151
            return
        end local 1 // org.apache.tomcat.util.buf.CharChunk$CharInputChannel in
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    2     1    in  Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
    MethodParameters:
      Name  Flags
      in    

  public void setCharOutputChannel(org.apache.tomcat.util.buf.CharChunk$CharOutputChannel);
    descriptor: (Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // org.apache.tomcat.util.buf.CharChunk$CharOutputChannel out
         0: .line 162
            aload 0 /* this */
            aload 1 /* out */
            putfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
         1: .line 163
            return
        end local 1 // org.apache.tomcat.util.buf.CharChunk$CharOutputChannel out
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    2     1   out  Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
    MethodParameters:
      Name  Flags
      out   

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char c
         0: .line 169
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.tomcat.util.buf.CharChunk.makeSpace:(I)V
         1: .line 170
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLimitInternal:()I
            istore 2 /* limit */
        start local 2 // int limit
         2: .line 173
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 2 /* limit */
            if_icmplt 4
         3: .line 174
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.flushBuffer:()V
         4: .line 176
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 1 /* c */
            castore
         5: .line 177
            return
        end local 2 // int limit
        end local 1 // char c
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    6     1      c  C
            2    6     2  limit  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void append(org.apache.tomcat.util.buf.CharChunk);
    descriptor: (Lorg/apache/tomcat/util/buf/CharChunk;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // org.apache.tomcat.util.buf.CharChunk src
         0: .line 181
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getBuffer:()[C
            aload 1 /* src */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getOffset:()I
            aload 1 /* src */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLength:()I
            invokevirtual org.apache.tomcat.util.buf.CharChunk.append:([CII)V
         1: .line 182
            return
        end local 1 // org.apache.tomcat.util.buf.CharChunk src
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    2     1   src  Lorg/apache/tomcat/util/buf/CharChunk;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public void append(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char[] src
        start local 2 // int off
        start local 3 // int len
         0: .line 195
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.makeSpace:(I)V
         1: .line 196
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLimitInternal:()I
            istore 4 /* limit */
        start local 4 // int limit
         2: .line 202
            iload 3 /* len */
            iload 4 /* limit */
            if_icmpne 5
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
            ifnull 5
         3: .line 203
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.apache.tomcat.util.buf.CharChunk$CharOutputChannel.realWriteChars:([CII)V
         4: .line 204
            return
         5: .line 208
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            iload 4 /* limit */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            isub
            if_icmpgt 9
         6: .line 209
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 210
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
         8: .line 211
            return
         9: .line 224
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iadd
            iconst_2
            iload 4 /* limit */
            imul
            if_icmpge 17
        10: .line 230
            iload 4 /* limit */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            isub
            istore 5 /* avail */
        start local 5 // int avail
        11: .line 231
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 5 /* avail */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 232
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 5 /* avail */
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
        13: .line 234
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.flushBuffer:()V
        14: .line 236
            aload 1 /* src */
            iload 2 /* off */
            iload 5 /* avail */
            iadd
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 3 /* len */
            iload 5 /* avail */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 237
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 3 /* len */
            iload 5 /* avail */
            isub
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
        end local 5 // int avail
        16: .line 239
            goto 19
        17: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.flushBuffer:()V
        18: .line 244
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.apache.tomcat.util.buf.CharChunk$CharOutputChannel.realWriteChars:([CII)V
        19: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int limit
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] src
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   20     1    src  [C
            0   20     2    off  I
            0   20     3    len  I
            2   20     4  limit  I
           11   16     5  avail  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   
      off   
      len   

  public void append(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
         0: .line 256
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual org.apache.tomcat.util.buf.CharChunk.append:(Ljava/lang/String;II)V
         1: .line 257
            return
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    2     1     s  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void append(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int off
        start local 3 // int len
         0: .line 269
            aload 1 /* s */
            ifnonnull 2
         1: .line 270
            return
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.makeSpace:(I)V
         3: .line 275
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLimitInternal:()I
            istore 4 /* limit */
        start local 4 // int limit
         4: .line 277
            iload 2 /* off */
            istore 5 /* sOff */
        start local 5 // int sOff
         5: .line 278
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 6 /* sEnd */
        start local 6 // int sEnd
         6: .line 279
            goto 13
         7: .line 280
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* limit */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            isub
            iload 6 /* sEnd */
            iload 5 /* sOff */
            isub
            invokevirtual org.apache.tomcat.util.buf.CharChunk.min:(II)I
            istore 7 /* d */
        start local 7 // int d
         8: .line 281
            aload 1 /* s */
            iload 5 /* sOff */
            iload 5 /* sOff */
            iload 7 /* d */
            iadd
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            invokevirtual java.lang.String.getChars:(II[CI)V
         9: .line 282
            iload 5 /* sOff */
            iload 7 /* d */
            iadd
            istore 5 /* sOff */
        10: .line 283
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 7 /* d */
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
        11: .line 284
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 4 /* limit */
            if_icmplt 13
        12: .line 285
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.flushBuffer:()V
        end local 7 // int d
        13: .line 279
      StackMap locals:
      StackMap stack:
            iload 5 /* sOff */
            iload 6 /* sEnd */
            if_icmplt 7
        14: .line 288
            return
        end local 6 // int sEnd
        end local 5 // int sOff
        end local 4 // int limit
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   15     1      s  Ljava/lang/String;
            0   15     2    off  I
            0   15     3    len  I
            4   15     4  limit  I
            5   15     5   sOff  I
            6   15     6   sEnd  I
            8   13     7      d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      off   
      len   

  public int subtract();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 294
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.checkEof:()Z
            ifeq 2
         1: .line 295
            iconst_m1
            ireturn
         2: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.start:I
            caload
            ireturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
    Exceptions:
      throws java.io.IOException

  public int subtract(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char[] dest
        start local 2 // int off
        start local 3 // int len
         0: .line 302
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.checkEof:()Z
            ifeq 2
         1: .line 303
            iconst_m1
            ireturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            istore 4 /* n */
        start local 4 // int n
         3: .line 306
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLength:()I
            if_icmple 5
         4: .line 307
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLength:()I
            istore 4 /* n */
         5: .line 309
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            aload 1 /* dest */
            iload 2 /* off */
            iload 4 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 310
            aload 0 /* this */
            dup
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 4 /* n */
            iadd
            putfield org.apache.tomcat.util.buf.CharChunk.start:I
         7: .line 311
            iload 4 /* n */
            ireturn
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] dest
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    8     1  dest  [C
            0    8     2   off  I
            0    8     3   len  I
            3    8     4     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dest  
      off   
      len   

  private boolean checkEof();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 316
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            ifne 6
         1: .line 317
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.in:Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
            ifnonnull 3
         2: .line 318
            iconst_1
            ireturn
         3: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.in:Lorg/apache/tomcat/util/buf/CharChunk$CharInputChannel;
            invokeinterface org.apache.tomcat.util.buf.CharChunk$CharInputChannel.realReadChars:()I
            istore 1 /* n */
        start local 1 // int n
         4: .line 321
            iload 1 /* n */
            ifge 6
         5: .line 322
            iconst_1
            ireturn
        end local 1 // int n
         6: .line 325
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            4    6     1     n  I
    Exceptions:
      throws java.io.IOException

  public void flushBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 337
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
            ifnonnull 4
         1: .line 338
            new java.io.IOException
            dup
            getstatic org.apache.tomcat.util.buf.CharChunk.sm:Lorg/apache/tomcat/util/res/StringManager;
            ldc "chunk.overflow"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 339
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLimit:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 338
            invokevirtual org.apache.tomcat.util.res.StringManager.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.out:Lorg/apache/tomcat/util/buf/CharChunk$CharOutputChannel;
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            invokeinterface org.apache.tomcat.util.buf.CharChunk$CharOutputChannel.realWriteChars:([CII)V
         5: .line 342
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            putfield org.apache.tomcat.util.buf.CharChunk.end:I
         6: .line 343
            return
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
    Exceptions:
      throws java.io.IOException

  public void makeSpace(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int count
         0: .line 353
            aconst_null
            astore 2 /* tmp */
        start local 2 // char[] tmp
         1: .line 355
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLimitInternal:()I
            istore 3 /* limit */
        start local 3 // int limit
         2: .line 358
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 1 /* count */
            iadd
            i2l
            lstore 6 /* desiredSize */
        start local 6 // long desiredSize
         3: .line 361
            lload 6 /* desiredSize */
            iload 3 /* limit */
            i2l
            lcmp
            ifle 5
         4: .line 362
            iload 3 /* limit */
            i2l
            lstore 6 /* desiredSize */
         5: .line 365
      StackMap locals: org.apache.tomcat.util.buf.CharChunk int char[] int top top long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            ifnonnull 9
         6: .line 366
            lload 6 /* desiredSize */
            ldc 256
            lcmp
            ifge 8
         7: .line 367
            ldc 256
            lstore 6 /* desiredSize */
         8: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 6 /* desiredSize */
            l2i
            newarray 5
            putfield org.apache.tomcat.util.buf.CharChunk.buff:[C
         9: .line 374
      StackMap locals:
      StackMap stack:
            lload 6 /* desiredSize */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            i2l
            lcmp
            ifgt 11
        10: .line 375
            return
        11: .line 378
      StackMap locals:
      StackMap stack:
            lload 6 /* desiredSize */
            ldc 2
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            i2l
            lmul
            lcmp
            ifge 14
        12: .line 379
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            i2l
            ldc 2
            lmul
            lstore 4 /* newSize */
        start local 4 // long newSize
        13: .line 380
            goto 15
        end local 4 // long newSize
        14: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            arraylength
            i2l
            ldc 2
            lmul
            iload 1 /* count */
            i2l
            ladd
            lstore 4 /* newSize */
        start local 4 // long newSize
        15: .line 384
      StackMap locals: org.apache.tomcat.util.buf.CharChunk int char[] int long long
      StackMap stack:
            lload 4 /* newSize */
            iload 3 /* limit */
            i2l
            lcmp
            ifle 17
        16: .line 385
            iload 3 /* limit */
            i2l
            lstore 4 /* newSize */
        17: .line 387
      StackMap locals:
      StackMap stack:
            lload 4 /* newSize */
            l2i
            newarray 5
            astore 2 /* tmp */
        18: .line 390
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            iconst_0
            aload 2 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 391
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.apache.tomcat.util.buf.CharChunk.buff:[C
        20: .line 392
            aconst_null
            astore 2 /* tmp */
        21: .line 393
            return
        end local 6 // long desiredSize
        end local 4 // long newSize
        end local 3 // int limit
        end local 2 // char[] tmp
        end local 1 // int count
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   22     1        count  I
            1   22     2          tmp  [C
            2   22     3        limit  I
           13   14     4      newSize  J
           15   22     4      newSize  J
            3   22     6  desiredSize  J
    MethodParameters:
       Name  Flags
      count  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 400
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.isNull:()Z
            ifeq 2
         1: .line 401
            aconst_null
            areturn
         2: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            ifne 4
         3: .line 403
            ldc ""
            areturn
         4: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic org.apache.tomcat.util.buf.StringCache.toString:(Lorg/apache/tomcat/util/buf/CharChunk;)Ljava/lang/String;
            areturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/tomcat/util/buf/CharChunk;

  public java.lang.String toStringInternal();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 410
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.Object obj
         0: .line 418
            aload 1 /* obj */
            instanceof org.apache.tomcat.util.buf.CharChunk
            ifeq 2
         1: .line 419
            aload 0 /* this */
            aload 1 /* obj */
            checkcast org.apache.tomcat.util.buf.CharChunk
            invokevirtual org.apache.tomcat.util.buf.CharChunk.equals:(Lorg/apache/tomcat/util/buf/CharChunk;)Z
            ireturn
         2: .line 421
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean equals(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
         0: .line 433
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 434
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 435
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 4
         3: .line 436
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 439
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 440
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 441
            iconst_0
            ireturn
         9: .line 439
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 5 // int i
        11: .line 444
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1     s  Ljava/lang/String;
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      s     

  public boolean equalsIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
         0: .line 456
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 457
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 458
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 4
         3: .line 459
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 462
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 463
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            invokestatic org.apache.tomcat.util.buf.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.tomcat.util.buf.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 464
            iconst_0
            ireturn
         9: .line 462
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 5 // int i
        11: .line 467
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1     s  Ljava/lang/String;
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      s     

  public boolean equals(org.apache.tomcat.util.buf.CharChunk);
    descriptor: (Lorg/apache/tomcat/util/buf/CharChunk;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // org.apache.tomcat.util.buf.CharChunk cc
         0: .line 472
            aload 0 /* this */
            aload 1 /* cc */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getChars:()[C
            aload 1 /* cc */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getOffset:()I
            aload 1 /* cc */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.getLength:()I
            invokevirtual org.apache.tomcat.util.buf.CharChunk.equals:([CII)Z
            ireturn
        end local 1 // org.apache.tomcat.util.buf.CharChunk cc
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    1     1    cc  Lorg/apache/tomcat/util/buf/CharChunk;
    MethodParameters:
      Name  Flags
      cc    

  public boolean equals(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char[] b2
        start local 2 // int off2
        start local 3 // int len2
         0: .line 477
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 4 /* b1 */
        start local 4 // char[] b1
         1: .line 478
            aload 4 /* b1 */
            ifnonnull 3
            aload 1 /* b2 */
            ifnonnull 3
         2: .line 479
            iconst_1
            ireturn
         3: .line 482
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            istore 5 /* len */
        start local 5 // int len
         4: .line 483
            iload 5 /* len */
            iload 3 /* len2 */
            if_icmpne 5
            aload 4 /* b1 */
            ifnull 5
            aload 1 /* b2 */
            ifnonnull 6
         5: .line 484
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         6: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            istore 6 /* off1 */
        start local 6 // int off1
         7: .line 489
            goto 10
         8: .line 490
      StackMap locals: int
      StackMap stack:
            aload 4 /* b1 */
            iload 6 /* off1 */
            iinc 6 /* off1 */ 1
            caload
            aload 1 /* b2 */
            iload 2 /* off2 */
            iinc 2 /* off2 */ 1
            caload
            if_icmpeq 10
         9: .line 491
            iconst_0
            ireturn
        10: .line 489
      StackMap locals:
      StackMap stack:
            iload 5 /* len */
            iinc 5 /* len */ -1
            ifgt 8
        11: .line 494
            iconst_1
            ireturn
        end local 6 // int off1
        end local 5 // int len
        end local 4 // char[] b1
        end local 3 // int len2
        end local 2 // int off2
        end local 1 // char[] b2
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1    b2  [C
            0   12     2  off2  I
            0   12     3  len2  I
            1   12     4    b1  [C
            4   12     5   len  I
            7   12     6  off1  I
    MethodParameters:
      Name  Flags
      b2    
      off2  
      len2  

  public boolean startsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
         0: .line 504
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 505
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: .line 506
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 507
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 510
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 511
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 512
            iconst_0
            ireturn
         9: .line 510
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 5 // int i
        11: .line 515
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1     s  Ljava/lang/String;
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      s     

  public boolean startsWithIgnoreCase(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 528
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 3 /* c */
        start local 3 // char[] c
         1: .line 529
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 530
            aload 3 /* c */
            ifnull 3
            iload 4 /* len */
            iload 2 /* pos */
            iadd
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 531
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 2 /* pos */
            iadd
            istore 5 /* off */
        start local 5 // int off
         5: .line 534
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 535
      StackMap locals: int int
      StackMap stack:
            aload 3 /* c */
            iload 5 /* off */
            iinc 5 /* off */ 1
            caload
            invokestatic org.apache.tomcat.util.buf.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.apache.tomcat.util.buf.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 536
            iconst_0
            ireturn
         9: .line 534
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 4 /* len */
            if_icmplt 7
        end local 6 // int i
        11: .line 539
            iconst_1
            ireturn
        end local 5 // int off
        end local 4 // int len
        end local 3 // char[] c
        end local 2 // int pos
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1     s  Ljava/lang/String;
            0   12     2   pos  I
            1   12     3     c  [C
            2   12     4   len  I
            5   12     5   off  I
            6   11     6     i  I
    MethodParameters:
      Name  Flags
      s     
      pos   

  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 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // java.lang.String s
         0: .line 549
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 550
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: .line 551
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 552
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 3 /* len */
            isub
            istore 4 /* off */
        start local 4 // int off
         5: .line 555
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 556
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 557
            iconst_0
            ireturn
         9: .line 555
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 5 // int i
        11: .line 560
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.String s
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0   12     1     s  Ljava/lang/String;
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      s     

  protected int getBufferElement(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int index
         0: .line 566
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            iload 1 /* index */
            caload
            ireturn
        end local 1 // int index
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int indexOf(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char c
         0: .line 571
            aload 0 /* this */
            iload 1 /* c */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            invokevirtual org.apache.tomcat.util.buf.CharChunk.indexOf:(CI)I
            ireturn
        end local 1 // char c
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public int indexOf(char, int);
    descriptor: (CI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // char c
        start local 2 // int starting
         0: .line 586
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 2 /* starting */
            iadd
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            iload 1 /* c */
            invokestatic org.apache.tomcat.util.buf.CharChunk.indexOf:([CIIC)I
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 587
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            if_icmplt 2
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // int ret
        end local 2 // int starting
        end local 1 // char c
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    4     1         c  C
            0    4     2  starting  I
            1    4     3       ret  I
    MethodParameters:
          Name  Flags
      c         
      starting  

  public static int indexOf(char[], int, int, char);
    descriptor: ([CIIC)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // char[] chars
        start local 1 // int start
        start local 2 // int end
        start local 3 // char s
         0: .line 603
            iload 1 /* start */
            istore 4 /* offset */
        start local 4 // int offset
         1: .line 605
            goto 6
         2: .line 606
      StackMap locals: int
      StackMap stack:
            aload 0 /* chars */
            iload 4 /* offset */
            caload
            istore 5 /* c */
        start local 5 // char c
         3: .line 607
            iload 5 /* c */
            iload 3 /* s */
            if_icmpne 5
         4: .line 608
            iload 4 /* offset */
            ireturn
         5: .line 610
      StackMap locals: int
      StackMap stack:
            iinc 4 /* offset */ 1
        end local 5 // char c
         6: .line 605
      StackMap locals:
      StackMap stack:
            iload 4 /* offset */
            iload 2 /* end */
            if_icmplt 2
         7: .line 612
            iconst_m1
            ireturn
        end local 4 // int offset
        end local 3 // char s
        end local 2 // int end
        end local 1 // int start
        end local 0 // char[] chars
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   chars  [C
            0    8     1   start  I
            0    8     2     end  I
            0    8     3       s  C
            1    8     4  offset  I
            3    6     5       c  C
    MethodParameters:
       Name  Flags
      chars  
      start  
      end    
      s      

  private int min(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int a
        start local 2 // int b
         0: .line 618
            iload 1 /* a */
            iload 2 /* b */
            if_icmpge 2
         1: .line 619
            iload 1 /* a */
            ireturn
         2: .line 621
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            ireturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    3     1     a  I
            0    3     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int index
         0: .line 629
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.buff:[C
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iadd
            caload
            ireturn
        end local 1 // int index
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 636
            aload 0 /* this */
            invokevirtual org.apache.tomcat.util.buf.CharChunk.clone:()Ljava/lang/Object;
            checkcast org.apache.tomcat.util.buf.CharChunk
            astore 3 /* result */
        start local 3 // org.apache.tomcat.util.buf.CharChunk result
         1: .line 637
            aload 3 /* result */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 1 /* start */
            iadd
            invokevirtual org.apache.tomcat.util.buf.CharChunk.setOffset:(I)V
         2: .line 638
            aload 3 /* result */
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            iload 2 /* end */
            iadd
            invokevirtual org.apache.tomcat.util.buf.CharChunk.setEnd:(I)V
         3: .line 639
            aload 3 /* result */
         4: areturn
        end local 3 // org.apache.tomcat.util.buf.CharChunk result
         5: .line 640
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         6: .line 642
            aconst_null
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/tomcat/util/buf/CharChunk;
            0    7     1   start  I
            0    7     2     end  I
            1    5     3  result  Lorg/apache/tomcat/util/buf/CharChunk;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.CloneNotSupportedException
    MethodParameters:
       Name  Flags
      start  
      end    

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.CharChunk this
         0: .line 649
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.end:I
            aload 0 /* this */
            getfield org.apache.tomcat.util.buf.CharChunk.start:I
            isub
            ireturn
        end local 0 // org.apache.tomcat.util.buf.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/CharChunk;
}
SourceFile: "CharChunk.java"
NestMembers:
  org.apache.tomcat.util.buf.CharChunk$CharInputChannel  org.apache.tomcat.util.buf.CharChunk$CharOutputChannel
InnerClasses:
  public abstract CharInputChannel = org.apache.tomcat.util.buf.CharChunk$CharInputChannel of org.apache.tomcat.util.buf.CharChunk
  public abstract CharOutputChannel = org.apache.tomcat.util.buf.CharChunk$CharOutputChannel of org.apache.tomcat.util.buf.CharChunk