public final class org.glassfish.grizzly.http.util.CharChunk implements org.glassfish.grizzly.http.util.Chunk, java.lang.Cloneable, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.CharChunk
  super_class: java.lang.Object
{
  public static final java.nio.charset.Charset DEFAULT_HTTP_CHARSET;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  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 int start;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private transient org.glassfish.grizzly.http.util.CharChunk$CharInputChannel in;
    descriptor: Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel out;
    descriptor: Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            getstatic org.glassfish.grizzly.http.util.Constants.DEFAULT_HTTP_CHARSET:Ljava/nio/charset/Charset;
            putstatic org.glassfish.grizzly.http.util.CharChunk.DEFAULT_HTTP_CHARSET:Ljava/nio/charset/Charset;
         1: .line 51
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         2: .line 84
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 86
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
         4: .line 87
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
         5: .line 89
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         6: .line 97
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int size
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         2: .line 84
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 86
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
         4: .line 87
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
         5: .line 89
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         6: .line 100
            aload 0 /* this */
            iload 1 /* size */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         7: .line 101
            return
        end local 1 // int size
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    8     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public org.glassfish.grizzly.http.util.CharChunk getClone();
    descriptor: ()Lorg/glassfish/grizzly/http/util/CharChunk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 107
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.util.CharChunk
         1: areturn
         2: .line 108
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 109
            aconst_null
            areturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  public boolean isNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 114
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            ifgt 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         1: .line 123
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         2: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         3: .line 125
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 128
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         1: .line 129
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
         2: .line 130
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void allocate(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int initial
        start local 2 // int limit
         0: .line 136
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            iload 1 /* initial */
            if_icmpge 2
         1: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* initial */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 140
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         4: .line 141
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         5: .line 143
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         6: .line 144
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         7: .line 145
            return
        end local 2 // int limit
        end local 1 // int initial
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    8     1  initial  I
            0    8     2    limit  I
    MethodParameters:
         Name  Flags
      initial  
      limit    

  public void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int size
         0: .line 148
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 150
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnull 2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            iload 1 /* size */
            if_icmpge 4
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         3: .line 152
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         4: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         5: .line 156
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         6: .line 157
            return
        end local 1 // int size
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    7     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public void setOptimizedWrite(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // boolean optimizedWrite
         0: .line 160
            aload 0 /* this */
            iload 1 /* optimizedWrite */
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         1: .line 161
            return
        end local 1 // boolean optimizedWrite
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    2     1  optimizedWrite  Z
    MethodParameters:
                Name  Flags
      optimizedWrite  

  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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char[] c
        start local 2 // int off
        start local 3 // int len
         0: .line 164
            aload 0 /* this */
            aload 1 /* c */
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         1: .line 165
            aload 0 /* this */
            iload 2 /* off */
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         2: .line 166
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         3: .line 167
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         4: .line 168
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         5: .line 169
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] c
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    6     1     c  [C
            0    6     2   off  I
            0    6     3   len  I
    MethodParameters:
      Name  Flags
      c     
      off   
      len   

  public void setLimit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int limit
         0: .line 179
            aload 0 /* this */
            iload 1 /* limit */
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         1: .line 180
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 181
            return
        end local 1 // int limit
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    3     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

  public int getLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 184
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

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

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

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

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

  public int getStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 218
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void setStart(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int start
         0: .line 226
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         1: .line 227
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 228
            return
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    3     1  start  I
    MethodParameters:
       Name  Flags
      start  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 235
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public int getEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 241
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void setEnd(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int i
         0: .line 246
            aload 0 /* this */
            iload 1 /* i */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         1: .line 247
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 248
            return
        end local 1 // int i
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char b
         0: .line 253
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         1: .line 256
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 3
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmplt 3
         2: .line 257
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
         3: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 1 /* b */
            castore
         4: .line 260
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         5: .line 261
            return
        end local 1 // char b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    6     1     b  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void append(org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // org.glassfish.grizzly.http.util.CharChunk src
         0: .line 264
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.append:([CII)V
         1: .line 265
            return
        end local 1 // org.glassfish.grizzly.http.util.CharChunk src
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    2     1   src  Lorg/glassfish/grizzly/http/util/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=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char[] src
        start local 2 // int off
        start local 3 // int len
         0: .line 271
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 272
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         2: .line 275
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 6
         3: .line 277
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 278
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         5: .line 279
            return
         6: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
            ifeq 9
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmpne 9
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            if_icmpne 9
         7: .line 286
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel.realWriteChars:([CII)V
         8: .line 287
            return
         9: .line 291
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            if_icmpgt 13
        10: .line 294
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 296
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        12: .line 297
            return
        13: .line 312
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iadd
            iconst_2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            imul
            if_icmpge 21
        14: .line 317
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            istore 4 /* avail */
        start local 4 // int avail
        15: .line 318
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 4 /* avail */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 319
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 4 /* avail */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        17: .line 321
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        18: .line 323
            aload 1 /* src */
            iload 2 /* off */
            iload 4 /* avail */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            iload 4 /* avail */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 324
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            iload 4 /* avail */
            isub
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        end local 4 // int avail
        20: .line 326
            goto 23
        21: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        22: .line 331
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel.realWriteChars:([CII)V
        23: .line 333
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] src
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   24     1    src  [C
            0   24     2    off  I
            0   24     3    len  I
           15   20     4  avail  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   
      off   
      len   

  public void append(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.StringBuffer sb
         0: .line 339
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 340
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 343
            aload 0 /* this */
            iload 2 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         3: .line 346
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 7
         4: .line 348
            aload 1 /* sb */
            iconst_0
            iload 2 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
         5: .line 349
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 2 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         6: .line 350
            return
         7: .line 353
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* off */
        start local 3 // int off
         8: .line 354
            iload 3 /* off */
            istore 4 /* sbOff */
        start local 4 // int sbOff
         9: .line 355
            iload 3 /* off */
            iload 2 /* len */
            iadd
            istore 5 /* sbEnd */
        start local 5 // int sbEnd
        10: .line 356
            goto 17
        11: .line 357
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            iload 5 /* sbEnd */
            iload 4 /* sbOff */
            isub
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.min:(II)I
            istore 6 /* d */
        start local 6 // int d
        12: .line 358
            aload 1 /* sb */
            iload 4 /* sbOff */
            iload 4 /* sbOff */
            iload 6 /* d */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            invokevirtual java.lang.StringBuffer.getChars:(II[CI)V
        13: .line 359
            iload 4 /* sbOff */
            iload 6 /* d */
            iadd
            istore 4 /* sbOff */
        14: .line 360
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 6 /* d */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        15: .line 361
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmplt 17
        16: .line 362
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        end local 6 // int d
        17: .line 356
      StackMap locals:
      StackMap stack:
            iload 4 /* sbOff */
            iload 5 /* sbEnd */
            if_icmplt 11
        18: .line 364
            return
        end local 5 // int sbEnd
        end local 4 // int sbOff
        end local 3 // int off
        end local 2 // int len
        end local 1 // java.lang.StringBuffer sb
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   19     1     sb  Ljava/lang/StringBuffer;
            2   19     2    len  I
            8   19     3    off  I
            9   19     4  sbOff  I
           10   19     5  sbEnd  I
           12   17     6      d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sb    

  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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
         0: .line 369
            aload 1 /* s */
            ifnull 2
         1: .line 370
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.append:(Ljava/lang/String;II)V
         2: .line 372
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    3     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=7, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int off
        start local 3 // int len
         0: .line 377
            aload 1 /* s */
            ifnonnull 1
            return
         1: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 381
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         3: .line 384
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 7
         4: .line 386
            aload 1 /* s */
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            invokevirtual java.lang.String.getChars:(II[CI)V
         5: .line 387
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         6: .line 388
            return
         7: .line 391
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            istore 4 /* sOff */
        start local 4 // int sOff
         8: .line 392
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 5 /* sEnd */
        start local 5 // int sEnd
         9: .line 393
            goto 16
        10: .line 394
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            iload 5 /* sEnd */
            iload 4 /* sOff */
            isub
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.min:(II)I
            istore 6 /* d */
        start local 6 // int d
        11: .line 395
            aload 1 /* s */
            iload 4 /* sOff */
            iload 4 /* sOff */
            iload 6 /* d */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            invokevirtual java.lang.String.getChars:(II[CI)V
        12: .line 396
            iload 4 /* sOff */
            iload 6 /* d */
            iadd
            istore 4 /* sOff */
        13: .line 397
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 6 /* d */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        14: .line 398
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmplt 16
        15: .line 399
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        end local 6 // int d
        16: .line 393
      StackMap locals:
      StackMap stack:
            iload 4 /* sOff */
            iload 5 /* sEnd */
            if_icmplt 10
        17: .line 401
            return
        end local 5 // int sEnd
        end local 4 // int sOff
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   18     1     s  Ljava/lang/String;
            0   18     2   off  I
            0   18     3   len  I
            8   18     4  sOff  I
            9   18     5  sEnd  I
           11   16     6     d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      off   
      len   

  public void delete(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 406
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 407
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 2 /* end */
            isub
            istore 3 /* diff */
        start local 3 // int diff
         2: .line 408
            iload 3 /* diff */
            ifne 5
         3: .line 409
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         4: .line 410
            goto 7
         5: .line 411
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 2 /* end */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 1 /* start */
            iload 3 /* diff */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 412
            aload 0 /* this */
            iload 1 /* start */
            iload 3 /* diff */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         7: .line 414
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int diff
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    8     1  start  I
            0    8     2    end  I
            2    8     3   diff  I
    MethodParameters:
       Name  Flags
      start  final
      end    final

  public int substract();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 419
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 420
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ifne 7
         2: .line 421
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnonnull 4
         3: .line 422
            iconst_m1
            ireturn
         4: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharInputChannel.realReadChars:([CII)I
            istore 1 /* n */
        start local 1 // int n
         5: .line 424
            iload 1 /* n */
            ifge 7
         6: .line 425
            iconst_m1
            ireturn
        end local 1 // int n
         7: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
            caload
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            5    7     1     n  I
    Exceptions:
      throws java.io.IOException

  public int substract(org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // org.glassfish.grizzly.http.util.CharChunk src
         0: .line 435
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 436
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ifne 7
         2: .line 437
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnonnull 4
         3: .line 438
            iconst_m1
            ireturn
         4: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharInputChannel.realReadChars:([CII)I
            istore 2 /* n */
        start local 2 // int n
         5: .line 440
            iload 2 /* n */
            ifge 7
         6: .line 441
            iconst_m1
            ireturn
        end local 2 // int n
         7: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            istore 2 /* len */
        start local 2 // int len
         8: .line 445
            aload 1 /* src */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 2 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.append:([CII)V
         9: .line 446
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
        10: .line 447
            iload 2 /* len */
            ireturn
        end local 2 // int len
        end local 1 // org.glassfish.grizzly.http.util.CharChunk src
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   11     1   src  Lorg/glassfish/grizzly/http/util/CharChunk;
            5    7     2     n  I
            8   11     2   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public int substract(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char[] src
        start local 2 // int off
        start local 3 // int len
         0: .line 454
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 455
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ifne 7
         2: .line 456
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnonnull 4
         3: .line 457
            iconst_m1
            ireturn
         4: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharInputChannel.realReadChars:([CII)I
            istore 4 /* n */
        start local 4 // int n
         5: .line 459
            iload 4 /* n */
            ifge 7
         6: .line 460
            iconst_m1
            ireturn
        end local 4 // int n
         7: .line 463
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            istore 4 /* n */
        start local 4 // int n
         8: .line 464
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            if_icmple 10
         9: .line 465
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            istore 4 /* n */
        10: .line 467
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 1 /* src */
            iload 2 /* off */
            iload 4 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 468
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 4 /* n */
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
        12: .line 469
            iload 4 /* n */
            ireturn
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] src
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   13     1   src  [C
            0   13     2   off  I
            0   13     3   len  I
            5    7     4     n  I
            8   13     4     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   
      off   
      len   

  public void flushBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 476
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnonnull 4
         1: .line 477
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Buffer overflow, no sink "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 478
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 477
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel.realWriteChars:([CII)V
         5: .line 481
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         6: .line 482
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         7: .line 483
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
    Exceptions:
      throws java.io.IOException

  void makeSpace(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int count
         0: .line 492
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 1 /* count */
            iadd
            istore 4 /* desiredSize */
        start local 4 // int desiredSize
         1: .line 495
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 4
         2: .line 496
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 4
         3: .line 497
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 4 /* desiredSize */
         4: .line 500
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int top top int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnonnull 7
         5: .line 501
            iload 4 /* desiredSize */
            sipush 256
            if_icmpge 6
            sipush 256
            istore 4 /* desiredSize */
         6: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* desiredSize */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         7: .line 507
      StackMap locals:
      StackMap stack:
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            if_icmpgt 9
         8: .line 508
            return
         9: .line 511
      StackMap locals:
      StackMap stack:
            iload 4 /* desiredSize */
            iconst_2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            imul
            if_icmpge 15
        10: .line 512
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            iconst_2
            imul
            istore 3 /* newSize */
        start local 3 // int newSize
        11: .line 513
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 13
        12: .line 514
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 13
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 3 /* newSize */
        13: .line 515
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int top int int
      StackMap stack:
            iload 3 /* newSize */
            newarray 5
            astore 2 /* tmp */
        start local 2 // char[] tmp
        14: .line 516
            goto 19
        end local 3 // int newSize
        end local 2 // char[] tmp
        15: .line 517
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int top top int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            iconst_2
            imul
            iload 1 /* count */
            iadd
            istore 3 /* newSize */
        start local 3 // int newSize
        16: .line 518
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 18
        17: .line 519
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 18
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 3 /* newSize */
        18: .line 520
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int top int int
      StackMap stack:
            iload 3 /* newSize */
            newarray 5
            astore 2 /* tmp */
        start local 2 // char[] tmp
        19: .line 523
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int char[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 2 /* tmp */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 524
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
        21: .line 525
            aconst_null
            astore 2 /* tmp */
        22: .line 526
            return
        end local 4 // int desiredSize
        end local 3 // int newSize
        end local 2 // char[] tmp
        end local 1 // int count
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   23     1        count  I
           14   15     2          tmp  [C
           19   23     2          tmp  [C
           11   15     3      newSize  I
           16   23     3      newSize  I
            1   23     4  desiredSize  I
    MethodParameters:
       Name  Flags
      count  

  protected void notifyDirectUpdate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 532
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  protected final void resetStringCache();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 535
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
         1: .line 536
            return
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  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.glassfish.grizzly.http.util.CharChunk this
         0: .line 542
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ifne 2
         1: .line 543
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
            ifnull 4
         3: .line 545
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
            areturn
         4: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.toStringInternal:()Ljava/lang/String;
            putfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
         5: .line 549
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 554
            iload 1 /* start */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            if_icmpne 2
            iload 2 /* end */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            if_icmpne 2
         1: .line 555
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.toString:()Ljava/lang/String;
            areturn
         2: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnonnull 4
         3: .line 557
            aconst_null
            areturn
         4: .line 558
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            ifne 6
         5: .line 559
            ldc ""
            areturn
         6: .line 562
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 1 /* start */
            iadd
            iload 2 /* end */
            iload 1 /* start */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    7     1  start  I
            0    7     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  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.glassfish.grizzly.http.util.CharChunk this
         0: .line 566
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public int getInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 570
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokestatic org.glassfish.grizzly.http.util.Ascii.parseInt:([CII)I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;

  public void set(org.glassfish.grizzly.http.util.ByteChunk, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk byteChunk
        start local 2 // java.nio.charset.Charset encoding
         0: .line 580
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 3 /* bufferStart */
        start local 3 // int bufferStart
         1: .line 581
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 4 /* bufferLength */
        start local 4 // int bufferLength
         2: .line 582
            aload 0 /* this */
            iload 4 /* bufferLength */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         3: .line 584
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* buffer */
        start local 5 // byte[] buffer
         4: .line 586
            getstatic org.glassfish.grizzly.http.util.CharChunk.DEFAULT_HTTP_CHARSET:Ljava/nio/charset/Charset;
            aload 2 /* encoding */
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifne 15
         5: .line 587
            aload 5 /* buffer */
         6: .line 588
            iload 3 /* bufferStart */
            iload 4 /* bufferLength */
         7: .line 587
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
         8: .line 589
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 7 /* cb */
        start local 7 // java.nio.CharBuffer cb
         9: .line 591
            aload 2 /* encoding */
            invokestatic org.glassfish.grizzly.utils.Charsets.getCharsetDecoder:(Ljava/nio/charset/Charset;)Ljava/nio/charset/CharsetDecoder;
            astore 8 /* decoder */
        start local 8 // java.nio.charset.CharsetDecoder decoder
        10: .line 592
            aload 8 /* decoder */
            aload 6 /* bb */
            aload 7 /* cb */
            iconst_1
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 9 /* cr */
        start local 9 // java.nio.charset.CoderResult cr
        11: .line 594
            aload 9 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 13
        12: .line 595
            new java.io.CharConversionException
            dup
            ldc "Decoding error"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 598
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk org.glassfish.grizzly.http.util.ByteChunk java.nio.charset.Charset int int byte[] java.nio.ByteBuffer java.nio.CharBuffer java.nio.charset.CharsetDecoder java.nio.charset.CoderResult
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 7 /* cb */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        14: .line 600
            return
        end local 9 // java.nio.charset.CoderResult cr
        end local 8 // java.nio.charset.CharsetDecoder decoder
        end local 7 // java.nio.CharBuffer cb
        end local 6 // java.nio.ByteBuffer bb
        15: .line 604
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk org.glassfish.grizzly.http.util.ByteChunk java.nio.charset.Charset int int byte[]
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 605
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 6 /* i */
            aload 5 /* buffer */
            iload 6 /* i */
            iload 3 /* bufferStart */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
        18: .line 604
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 4 /* bufferLength */
            if_icmplt 17
        end local 6 // int i
        20: .line 607
            aload 0 /* this */
            iload 4 /* bufferLength */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        21: .line 609
            return
        end local 5 // byte[] buffer
        end local 4 // int bufferLength
        end local 3 // int bufferStart
        end local 2 // java.nio.charset.Charset encoding
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk byteChunk
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   22     1     byteChunk  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   22     2      encoding  Ljava/nio/charset/Charset;
            1   22     3   bufferStart  I
            2   22     4  bufferLength  I
            4   22     5        buffer  [B
            8   15     6            bb  Ljava/nio/ByteBuffer;
            9   15     7            cb  Ljava/nio/CharBuffer;
           10   15     8       decoder  Ljava/nio/charset/CharsetDecoder;
           11   15     9            cr  Ljava/nio/charset/CoderResult;
           16   20     6             i  I
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
           Name  Flags
      byteChunk  final
      encoding   final

  public void set(org.glassfish.grizzly.http.util.BufferChunk, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/BufferChunk;Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // org.glassfish.grizzly.http.util.BufferChunk bufferChunk
        start local 2 // java.nio.charset.Charset encoding
         0: .line 618
            aload 1 /* bufferChunk */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            istore 3 /* bufferStart */
        start local 3 // int bufferStart
         1: .line 619
            aload 1 /* bufferChunk */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            istore 4 /* bufferLength */
        start local 4 // int bufferLength
         2: .line 620
            aload 0 /* this */
            iload 4 /* bufferLength */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         3: .line 622
            aload 1 /* bufferChunk */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            astore 5 /* buffer */
        start local 5 // org.glassfish.grizzly.Buffer buffer
         4: .line 624
            getstatic org.glassfish.grizzly.http.util.CharChunk.DEFAULT_HTTP_CHARSET:Ljava/nio/charset/Charset;
            aload 2 /* encoding */
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifne 15
         5: .line 625
            aload 5 /* buffer */
         6: .line 626
            iload 3 /* bufferStart */
            iload 3 /* bufferStart */
            iload 4 /* bufferLength */
            iadd
         7: .line 625
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:(II)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
         8: .line 627
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 7 /* cb */
        start local 7 // java.nio.CharBuffer cb
         9: .line 629
            aload 2 /* encoding */
            invokestatic org.glassfish.grizzly.utils.Charsets.getCharsetDecoder:(Ljava/nio/charset/Charset;)Ljava/nio/charset/CharsetDecoder;
            astore 8 /* decoder */
        start local 8 // java.nio.charset.CharsetDecoder decoder
        10: .line 630
            aload 8 /* decoder */
            aload 6 /* bb */
            aload 7 /* cb */
            iconst_1
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 9 /* cr */
        start local 9 // java.nio.charset.CoderResult cr
        11: .line 632
            aload 9 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 13
        12: .line 633
            new java.io.CharConversionException
            dup
            ldc "Decoding error"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 636
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk org.glassfish.grizzly.http.util.BufferChunk java.nio.charset.Charset int int org.glassfish.grizzly.Buffer java.nio.ByteBuffer java.nio.CharBuffer java.nio.charset.CharsetDecoder java.nio.charset.CoderResult
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 7 /* cb */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        14: .line 638
            return
        end local 9 // java.nio.charset.CoderResult cr
        end local 8 // java.nio.charset.CharsetDecoder decoder
        end local 7 // java.nio.CharBuffer cb
        end local 6 // java.nio.ByteBuffer bb
        15: .line 642
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk org.glassfish.grizzly.http.util.BufferChunk java.nio.charset.Charset int int org.glassfish.grizzly.Buffer
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 643
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 6 /* i */
            aload 5 /* buffer */
            iload 6 /* i */
            iload 3 /* bufferStart */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            sipush 255
            iand
            i2c
            castore
        18: .line 642
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 4 /* bufferLength */
            if_icmplt 17
        end local 6 // int i
        20: .line 645
            aload 0 /* this */
            iload 4 /* bufferLength */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        21: .line 649
            return
        end local 5 // org.glassfish.grizzly.Buffer buffer
        end local 4 // int bufferLength
        end local 3 // int bufferStart
        end local 2 // java.nio.charset.Charset encoding
        end local 1 // org.glassfish.grizzly.http.util.BufferChunk bufferChunk
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   22     1   bufferChunk  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   22     2      encoding  Ljava/nio/charset/Charset;
            1   22     3   bufferStart  I
            2   22     4  bufferLength  I
            4   22     5        buffer  Lorg/glassfish/grizzly/Buffer;
            8   15     6            bb  Ljava/nio/ByteBuffer;
            9   15     7            cb  Ljava/nio/CharBuffer;
           10   15     8       decoder  Ljava/nio/charset/CharsetDecoder;
           11   15     9            cr  Ljava/nio/charset/CoderResult;
           16   20     6             i  I
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
             Name  Flags
      bufferChunk  final
      encoding     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 656
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            invokestatic java.util.Arrays.hashCode:([C)I
            istore 1 /* result */
        start local 1 // int result
         1: .line 657
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iadd
            istore 1 /* result */
         2: .line 658
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iadd
            istore 1 /* result */
         3: .line 659
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int
      StackMap stack: int
         4: iconst_0
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 660
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            iadd
            istore 1 /* result */
         7: .line 661
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         8: .line 662
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         9: .line 663
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_0
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk int
      StackMap stack: int int
        11: iadd
            istore 1 /* result */
        12: .line 664
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/glassfish/grizzly/http/util/CharChunk;
            1   13     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.Object o
         0: .line 669
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 670
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 672
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.glassfish.grizzly.http.util.CharChunk
            astore 2 /* charChunk */
        start local 2 // org.glassfish.grizzly.http.util.CharChunk charChunk
         4: .line 674
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 675
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            invokestatic java.util.Arrays.equals:([C[C)Z
            ifne 10
            iconst_0
            ireturn
        10: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnull 11
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnull 13
        12: .line 681
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnull 14
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 16
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnull 16
        15: .line 683
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        16: .line 685
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.glassfish.grizzly.http.util.CharChunk charChunk
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   17     1          o  Ljava/lang/Object;
            4   17     2  charChunk  Lorg/glassfish/grizzly/http/util/CharChunk;
    MethodParameters:
      Name  Flags
      o     

  public boolean equals(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.CharSequence s
         0: .line 694
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 695
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 696
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 4
         3: .line 697
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 700
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 701
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            aload 1 /* s */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            if_icmpeq 9
         8: .line 702
            iconst_0
            ireturn
         9: .line 700
      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 705
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.CharSequence s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1     s  Ljava/lang/CharSequence;
            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(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // byte[] b
         0: .line 719
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 720
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 721
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            if_icmpeq 4
         3: .line 722
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 725
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 726
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            aload 1 /* b */
            iload 5 /* i */
            baload
            if_icmpeq 9
         8: .line 727
            iconst_0
            ireturn
         9: .line 725
      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 730
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1     b  [B
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      b     

  public boolean equalsIgnoreCase(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.CharSequence s
         0: .line 739
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 740
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 741
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 4
         3: .line 742
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 744
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 745
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 746
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 747
            iconst_0
            ireturn
         9: .line 745
      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 750
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // java.lang.CharSequence s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1     s  Ljava/lang/CharSequence;
            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(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // byte[] b
         0: .line 764
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.equalsIgnoreCase:([BII)Z
            ireturn
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     final

  public boolean equalsIgnoreCase(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 778
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 779
            aload 4 /* c */
            ifnull 2
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 3
         2: .line 780
      StackMap locals: char[]
      StackMap stack:
            iconst_0
            ireturn
         3: .line 782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* offs1 */
        start local 5 // int offs1
         4: .line 783
            iload 2 /* offset */
            istore 6 /* offs2 */
        start local 6 // int offs2
         5: .line 784
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 10
         7: .line 785
      StackMap locals: int int int
      StackMap stack:
            aload 4 /* c */
            iload 5 /* offs1 */
            iinc 5 /* offs1 */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 6 /* offs2 */
            iinc 6 /* offs2 */ 1
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 786
            iconst_0
            ireturn
         9: .line 784
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 7 // int i
        11: .line 789
            iconst_1
            ireturn
        end local 6 // int offs2
        end local 5 // int offs1
        end local 4 // char[] c
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1       b  [B
            0   12     2  offset  I
            0   12     3     len  I
            1   12     4       c  [C
            4   12     5   offs1  I
            5   12     6   offs2  I
            6   11     7       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  final
      len     final

  public boolean equalsIgnoreCase(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 803
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 804
            aload 4 /* c */
            ifnull 2
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 3
         2: .line 805
      StackMap locals: char[]
      StackMap stack:
            iconst_0
            ireturn
         3: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* offs1 */
        start local 5 // int offs1
         4: .line 808
            iload 2 /* offset */
            istore 6 /* offs2 */
        start local 6 // int offs2
         5: .line 809
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 10
         7: .line 810
      StackMap locals: int int int
      StackMap stack:
            aload 4 /* c */
            iload 5 /* offs1 */
            iinc 5 /* offs1 */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 6 /* offs2 */
            iinc 6 /* offs2 */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 811
            iconst_0
            ireturn
         9: .line 809
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 7 // int i
        11: .line 814
            iconst_1
            ireturn
        end local 6 // int offs2
        end local 5 // int offs1
        end local 4 // char[] c
        end local 3 // int len
        end local 2 // int offset
        end local 1 // char[] b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1       b  [C
            0   12     2  offset  I
            0   12     3     len  I
            1   12     4       c  [C
            4   12     5   offs1  I
            5   12     6   offs2  I
            6   11     7       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  final
      len     final

  public boolean equalsIgnoreCaseLowerCase(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // byte[] b
         0: .line 828
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 829
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         2: .line 830
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            if_icmpeq 4
         3: .line 831
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 4 /* off */
        start local 4 // int off
         5: .line 834
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 835
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 4 /* off */
            iinc 4 /* off */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 5 /* i */
            baload
            if_icmpeq 9
         8: .line 836
            iconst_0
            ireturn
         9: .line 834
      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 839
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // char[] c
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1     b  [B
            1   12     2     c  [C
            2   12     3   len  I
            5   12     4   off  I
            6   11     5     i  I
    MethodParameters:
      Name  Flags
      b     final

  public boolean equals(org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // org.glassfish.grizzly.http.util.CharChunk cc
         0: .line 843
            aload 0 /* this */
            aload 1 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
            aload 1 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            aload 1 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.equals:([CII)Z
            ireturn
        end local 1 // org.glassfish.grizzly.http.util.CharChunk cc
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    1     1    cc  Lorg/glassfish/grizzly/http/util/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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char[] b2
        start local 2 // int off2
        start local 3 // int len2
         0: .line 847
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* b1 */
        start local 4 // char[] b1
         1: .line 848
            aload 4 /* b1 */
            ifnonnull 2
            aload 1 /* b2 */
            ifnonnull 2
            iconst_1
            ireturn
         2: .line 850
      StackMap locals: char[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 3
            aload 1 /* b2 */
            ifnull 3
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            iload 3 /* len2 */
            if_icmpeq 4
         3: .line 851
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         5: .line 854
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 6 /* len */
        start local 6 // int len
         6: .line 855
            goto 9
         7: .line 856
      StackMap locals: int int
      StackMap stack:
            aload 4 /* b1 */
            iload 5 /* off1 */
            iinc 5 /* off1 */ 1
            caload
            aload 1 /* b2 */
            iload 2 /* off2 */
            iinc 2 /* off2 */ 1
            caload
            if_icmpeq 9
         8: .line 857
            iconst_0
            ireturn
         9: .line 855
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 7
        10: .line 860
            iconst_1
            ireturn
        end local 6 // int len
        end local 5 // int off1
        end local 4 // char[] b1
        end local 3 // int len2
        end local 2 // int off2
        end local 1 // char[] b2
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   11     1    b2  [C
            0   11     2  off2  I
            0   11     3  len2  I
            1   11     4    b1  [C
            5   11     5  off1  I
            6   11     6   len  I
    MethodParameters:
      Name  Flags
      b2    
      off2  
      len2  

  public boolean equals(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // byte[] b2
        start local 2 // int off2
        start local 3 // int len2
         0: .line 864
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* b1 */
        start local 4 // char[] b1
         1: .line 865
            aload 1 /* b2 */
            ifnonnull 2
            aload 4 /* b1 */
            ifnonnull 2
            iconst_1
            ireturn
         2: .line 867
      StackMap locals: char[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 3
            aload 1 /* b2 */
            ifnull 3
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            iload 3 /* len2 */
            if_icmpeq 4
         3: .line 868
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         5: .line 871
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            istore 6 /* len */
        start local 6 // int len
         6: .line 873
            goto 9
         7: .line 874
      StackMap locals: int int
      StackMap stack:
            aload 4 /* b1 */
            iload 5 /* off1 */
            iinc 5 /* off1 */ 1
            caload
            aload 1 /* b2 */
            iload 2 /* off2 */
            iinc 2 /* off2 */ 1
            baload
            i2c
            if_icmpeq 9
         8: .line 875
            iconst_0
            ireturn
         9: .line 873
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 7
        10: .line 878
            iconst_1
            ireturn
        end local 6 // int len
        end local 5 // int off1
        end local 4 // char[] b1
        end local 3 // int len2
        end local 2 // int off2
        end local 1 // byte[] b2
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   11     1    b2  [B
            0   11     2  off2  I
            0   11     3  len2  I
            1   11     4    b1  [C
            5   11     5  off1  I
            6   11     6   len  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=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
         0: .line 886
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.startsWith:(Ljava/lang/String;I)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  boolean startsWith(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 890
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 3 /* c */
        start local 3 // char[] c
         1: .line 891
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 893
            aload 3 /* c */
            ifnull 3
            iload 4 /* len */
            iload 2 /* pos */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 894
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 2 /* pos */
            iadd
            istore 5 /* off */
        start local 5 // int off
         5: .line 897
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 898
      StackMap locals: int int
      StackMap stack:
            aload 3 /* c */
            iload 5 /* off */
            iinc 5 /* off */ 1
            caload
            aload 1 /* s */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 899
            iconst_0
            ireturn
         9: .line 897
      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 902
            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.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/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     final
      pos   final

  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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 910
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 3 /* c */
        start local 3 // char[] c
         1: .line 911
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 912
            aload 3 /* c */
            ifnull 3
            iload 4 /* len */
            iload 2 /* pos */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 913
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 915
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 2 /* pos */
            iadd
            istore 5 /* off */
        start local 5 // int off
         5: .line 916
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 917
      StackMap locals: int int
      StackMap stack:
            aload 3 /* c */
            iload 5 /* off */
            iinc 5 /* off */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 9
         8: .line 918
            iconst_0
            ireturn
         9: .line 916
      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 921
            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.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/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     final
      pos   final

  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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
         0: .line 925
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 926
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: .line 927
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            if_icmple 4
         3: .line 928
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* len */
            isub
            istore 4 /* off */
        start local 4 // int off
         5: .line 931
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 932
      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 933
            iconst_0
            ireturn
         9: .line 931
      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 936
            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.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/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 int hash();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 943
            iconst_0
            istore 1 /* code */
        start local 1 // int code
         1: .line 944
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 945
      StackMap locals: int int
      StackMap stack:
            iload 1 /* code */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 2 /* i */
            caload
            iadd
            istore 1 /* code */
         4: .line 944
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            if_icmplt 3
        end local 2 // int i
         6: .line 947
            iload 1 /* code */
            ireturn
        end local 1 // int code
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            1    7     1  code  I
            2    6     2     i  I

  public int hashIgnoreCase();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 952
            iconst_0
            istore 1 /* code */
        start local 1 // int code
         1: .line 953
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 954
      StackMap locals: int int
      StackMap stack:
            iload 1 /* code */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 2 /* i */
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            iadd
            istore 1 /* code */
         4: .line 953
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            if_icmplt 3
        end local 2 // int i
         6: .line 956
            iload 1 /* code */
            ireturn
        end local 1 // int code
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            1    7     1  code  I
            2    6     2     i  I

  public int indexOf(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char c
         0: .line 960
            aload 0 /* this */
            iload 1 /* c */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(CI)I
            ireturn
        end local 1 // char c
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/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.glassfish.grizzly.http.util.CharChunk this
        start local 1 // char c
        start local 2 // int starting
         0: .line 969
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iload 2 /* starting */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 1 /* c */
            invokestatic org.glassfish.grizzly.http.util.CharChunk.indexOf:([CIIC)I
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 970
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            if_icmplt 2
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.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.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/glassfish/grizzly/http/util/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=4, args_size=4
        start local 0 // char[] chars
        start local 1 // int off
        start local 2 // int cend
        start local 3 // char qq
         0: .line 974
            goto 4
         1: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* chars */
            iload 1 /* off */
            caload
            iload 3 /* qq */
            if_icmpne 3
         2: .line 976
            iload 1 /* off */
            ireturn
         3: .line 978
      StackMap locals:
      StackMap stack:
            iinc 1 /* off */ 1
         4: .line 974
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 2 /* cend */
            if_icmplt 1
         5: .line 980
            iconst_m1
            ireturn
        end local 3 // char qq
        end local 2 // int cend
        end local 1 // int off
        end local 0 // char[] chars
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  chars  [C
            0    6     1    off  I
            0    6     2   cend  I
            0    6     3     qq  C
    MethodParameters:
       Name  Flags
      chars  
      off    
      cend   
      qq     

  public final int indexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String s
        start local 2 // int fromIndex
         0: .line 986
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            iload 2 /* fromIndex */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
            ireturn
        end local 2 // int fromIndex
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    1     1          s  Ljava/lang/String;
            0    1     2  fromIndex  I
    MethodParameters:
           Name  Flags
      s          
      fromIndex  

  public final int indexOf(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=10, args_size=5
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // java.lang.String src
        start local 2 // int srcOff
        start local 3 // int srcLen
        start local 4 // int myOff
         0: .line 990
            aload 1 /* src */
            iload 2 /* srcOff */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* first */
        start local 5 // char first
         1: .line 993
            iload 2 /* srcOff */
            iload 3 /* srcLen */
            iadd
            istore 6 /* srcEnd */
        start local 6 // int srcEnd
         2: .line 995
            iload 4 /* myOff */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iadd
            istore 7 /* i */
        start local 7 // int i
         3: goto 15
         4: .line 996
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 7 /* i */
            caload
            iload 5 /* first */
            if_icmpeq 6
         5: .line 997
            goto 14
         6: .line 1000
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            iadd
            istore 8 /* myPos */
        start local 8 // int myPos
         7: .line 1001
            iload 2 /* srcOff */
            iconst_1
            iadd
            istore 9 /* srcPos */
        start local 9 // int srcPos
         8: goto 13
         9: .line 1002
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            iload 8 /* myPos */
            iinc 8 /* myPos */ 1
            caload
            aload 1 /* src */
            iload 9 /* srcPos */
            iinc 9 /* srcPos */ 1
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 11
        10: .line 1003
            goto 14
        11: .line 1005
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmpne 13
        12: .line 1006
            iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ireturn
        13: .line 1001
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmplt 9
        end local 9 // int srcPos
        end local 8 // int myPos
        14: .line 995
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iload 3 /* srcLen */
            isub
            if_icmple 4
        end local 7 // int i
        16: .line 1011
            iconst_m1
            ireturn
        end local 6 // int srcEnd
        end local 5 // char first
        end local 4 // int myOff
        end local 3 // int srcLen
        end local 2 // int srcOff
        end local 1 // java.lang.String src
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   17     1     src  Ljava/lang/String;
            0   17     2  srcOff  I
            0   17     3  srcLen  I
            0   17     4   myOff  I
            1   17     5   first  C
            2   17     6  srcEnd  I
            3   16     7       i  I
            7   14     8   myPos  I
            8   14     9  srcPos  I
    MethodParameters:
        Name  Flags
      src     
      srcOff  
      srcLen  
      myOff   

  public void trimLeft();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 1015
            iconst_0
            istore 1 /* modified */
        start local 1 // boolean modified
         1: .line 1016
            goto 4
         2: .line 1017
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* modified */
         3: .line 1018
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         4: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            caload
            bipush 32
            if_icmple 2
         5: .line 1020
            iload 1 /* modified */
            ifeq 7
         6: .line 1021
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         7: .line 1023
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean modified
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/grizzly/http/util/CharChunk;
            1    8     1  modified  Z

  private int min(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
        start local 1 // int a
        start local 2 // int b
         0: .line 1027
            iload 1 /* a */
            iload 2 /* b */
            if_icmpge 1
            iload 1 /* a */
            ireturn
         1: .line 1028
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            ireturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.glassfish.grizzly.http.util.CharChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    2     1     a  I
            0    2     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "CharChunk.java"
NestMembers:
  org.glassfish.grizzly.http.util.CharChunk$CharInputChannel  org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel
InnerClasses:
  public abstract CharInputChannel = org.glassfish.grizzly.http.util.CharChunk$CharInputChannel of org.glassfish.grizzly.http.util.CharChunk
  public abstract CharOutputChannel = org.glassfish.grizzly.http.util.CharChunk$CharOutputChannel of org.glassfish.grizzly.http.util.CharChunk