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 48
            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 50
            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 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         2: .line 82
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 84
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
         4: .line 85
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
         5: .line 87
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         6: .line 95
            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 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         2: .line 82
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 84
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
         4: .line 85
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
         5: .line 87
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         6: .line 98
            aload 0 /* this */
            iload 1 /* size */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         7: .line 99
            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 105
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.util.CharChunk
         1: areturn
         2: .line 106
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 107
            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 112
            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 120
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         1: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         2: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         3: .line 123
            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 126
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         1: .line 127
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
         2: .line 128
            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 133
            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 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* initial */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         3: .line 137
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         4: .line 138
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         5: .line 139
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         6: .line 140
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         7: .line 141
            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 144
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 146
            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 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         3: .line 148
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         4: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         5: .line 152
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         6: .line 153
            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 156
            aload 0 /* this */
            iload 1 /* optimizedWrite */
            putfield org.glassfish.grizzly.http.util.CharChunk.optimizedWrite:Z
         1: .line 157
            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 160
            aload 0 /* this */
            aload 1 /* c */
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         1: .line 161
            aload 0 /* this */
            iload 2 /* off */
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         2: .line 162
            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 163
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.CharChunk.isSet:Z
         4: .line 164
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         5: .line 165
            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 174
            aload 0 /* this */
            iload 1 /* limit */
            putfield org.glassfish.grizzly.http.util.CharChunk.limit:I
         1: .line 175
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 176
            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 179
            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 186
            aload 0 /* this */
            aload 1 /* in */
            putfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
         1: .line 187
            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 195
            aload 0 /* this */
            aload 1 /* out */
            putfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
         1: .line 196
            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 200
            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 204
            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 212
            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 220
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.CharChunk.start:I
         1: .line 221
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 222
            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 229
            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 234
            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 239
            aload 0 /* this */
            iload 1 /* i */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         1: .line 240
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         2: .line 241
            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 246
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         1: .line 249
            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 250
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
         3: .line 252
      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 253
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         5: .line 254
            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 257
            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 258
            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 265
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 266
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         2: .line 269
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 6
         3: .line 271
            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 272
            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 273
            return
         6: .line 279
      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 280
            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 281
            return
         9: .line 285
      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 288
            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 290
            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 291
            return
        13: .line 306
      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 311
            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 312
            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 313
            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 315
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        18: .line 317
            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 318
            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 320
            goto 23
        21: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        22: .line 325
            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 327
      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 333
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 334
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.length:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 337
            aload 0 /* this */
            iload 2 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         3: .line 340
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 7
         4: .line 342
            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 343
            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 344
            return
         7: .line 347
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* off */
        start local 3 // int off
         8: .line 348
            iload 3 /* off */
            istore 4 /* sbOff */
        start local 4 // int sbOff
         9: .line 349
            iload 3 /* off */
            iload 2 /* len */
            iadd
            istore 5 /* sbEnd */
        start local 5 // int sbEnd
        10: .line 350
            goto 17
        11: .line 351
      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 352
            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 353
            iload 4 /* sbOff */
            iload 6 /* d */
            iadd
            istore 4 /* sbOff */
        14: .line 354
            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 355
            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 356
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        end local 6 // int d
        17: .line 350
      StackMap locals:
      StackMap stack:
            iload 4 /* sbOff */
            iload 5 /* sbEnd */
            if_icmplt 11
        18: .line 359
            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 365
            aload 1 /* s */
            ifnull 2
         1: .line 366
            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 368
      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 374
            aload 1 /* s */
            ifnonnull 2
         1: .line 375
            return
         2: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         3: .line 380
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
         4: .line 383
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifge 8
         5: .line 385
            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
         6: .line 386
            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
         7: .line 387
            return
         8: .line 390
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            istore 4 /* sOff */
        start local 4 // int sOff
         9: .line 391
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 5 /* sEnd */
        start local 5 // int sEnd
        10: .line 392
            goto 17
        11: .line 393
      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
        12: .line 394
            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
        13: .line 395
            iload 4 /* sOff */
            iload 6 /* d */
            iadd
            istore 4 /* sOff */
        14: .line 396
            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 397
            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 398
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        end local 6 // int d
        17: .line 392
      StackMap locals:
      StackMap stack:
            iload 4 /* sOff */
            iload 5 /* sEnd */
            if_icmplt 11
        18: .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   19     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   19     1     s  Ljava/lang/String;
            0   19     2   off  I
            0   19     3   len  I
            9   19     4  sOff  I
           10   19     5  sEnd  I
           12   17     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 418
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 419
            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 420
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnonnull 4
         3: .line 421
            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 429
      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 440
      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 441
            iload 2 /* n */
            ifge 7
         6: .line 442
            iconst_m1
            ireturn
        end local 2 // int n
         7: .line 446
      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 447
            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 448
            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 449
            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 455
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         1: .line 456
            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 457
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnonnull 4
         3: .line 458
            iconst_m1
            ireturn
         4: .line 460
      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 461
            iload 4 /* n */
            ifge 7
         6: .line 462
            iconst_m1
            ireturn
        end local 4 // int n
         7: .line 466
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            istore 4 /* n */
        start local 4 // int n
         8: .line 467
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            if_icmple 10
         9: .line 468
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            istore 4 /* n */
        10: .line 470
      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 471
            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 472
            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 478
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnonnull 2
         1: .line 479
            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;
            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;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 481
      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
         3: .line 482
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
         4: .line 483
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         5: .line 484
            return
        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;
    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 493
            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 496
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 3
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 3
         2: .line 497
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 4 /* desiredSize */
         3: .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
         4: .line 501
            iload 4 /* desiredSize */
            sipush 256
            if_icmpge 6
         5: .line 502
            sipush 256
            istore 4 /* desiredSize */
         6: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* desiredSize */
            newarray 5
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
         7: .line 509
      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 510
            return
         9: .line 513
      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 514
            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 515
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 13
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 13
        12: .line 516
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 3 /* newSize */
        13: .line 518
      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 519
            goto 19
        end local 3 // int newSize
        end local 2 // char[] tmp
        15: .line 520
      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 521
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            ifle 18
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            if_icmple 18
        17: .line 522
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            istore 3 /* newSize */
        18: .line 524
      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 527
      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 528
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
        21: .line 529
            aconst_null
            astore 2 /* tmp */
        22: .line 530
            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 536
            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 void resetStringCache();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk this
         0: .line 539
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
         1: .line 540
            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 546
            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 547
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
            ifnull 4
         3: .line 549
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.cachedString:Ljava/lang/String;
            areturn
         4: .line 552
      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 553
            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 558
            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 559
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.toString:()Ljava/lang/String;
            areturn
         2: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            ifnonnull 4
         3: .line 561
            aconst_null
            areturn
         4: .line 562
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            ifne 6
         5: .line 563
            ldc ""
            areturn
         6: .line 566
      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 570
            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 574
            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 584
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 3 /* bufferStart */
        start local 3 // int bufferStart
         1: .line 585
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 4 /* bufferLength */
        start local 4 // int bufferLength
         2: .line 586
            aload 0 /* this */
            iload 4 /* bufferLength */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         3: .line 588
            aload 1 /* byteChunk */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* buffer */
        start local 5 // byte[] buffer
         4: .line 590
            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 13
         5: .line 591
            aload 5 /* buffer */
            iload 3 /* bufferStart */
            iload 4 /* bufferLength */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
         6: .line 592
            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
         7: .line 594
            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
         8: .line 595
            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
         9: .line 597
            aload 9 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 11
        10: .line 598
            new java.io.CharConversionException
            dup
            ldc "Decoding error"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 601
      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
        12: .line 603
            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
        13: .line 607
      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
        14: goto 17
        15: .line 608
      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
        16: .line 607
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            iload 4 /* bufferLength */
            if_icmplt 15
        end local 6 // int i
        18: .line 610
            aload 0 /* this */
            iload 4 /* bufferLength */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        19: .line 612
            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   20     0          this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   20     1     byteChunk  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   20     2      encoding  Ljava/nio/charset/Charset;
            1   20     3   bufferStart  I
            2   20     4  bufferLength  I
            4   20     5        buffer  [B
            6   13     6            bb  Ljava/nio/ByteBuffer;
            7   13     7            cb  Ljava/nio/CharBuffer;
            8   13     8       decoder  Ljava/nio/charset/CharsetDecoder;
            9   13     9            cr  Ljava/nio/charset/CoderResult;
           14   18     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 621
            aload 1 /* bufferChunk */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            istore 3 /* bufferStart */
        start local 3 // int bufferStart
         1: .line 622
            aload 1 /* bufferChunk */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            istore 4 /* bufferLength */
        start local 4 // int bufferLength
         2: .line 623
            aload 0 /* this */
            iload 4 /* bufferLength */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         3: .line 625
            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 627
            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 13
         5: .line 628
            aload 5 /* buffer */
            iload 3 /* bufferStart */
            iload 3 /* bufferStart */
            iload 4 /* bufferLength */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:(II)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
         6: .line 629
            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
         7: .line 631
            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
         8: .line 632
            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
         9: .line 634
            aload 9 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 11
        10: .line 635
            new java.io.CharConversionException
            dup
            ldc "Decoding error"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 638
      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
        12: .line 640
            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
        13: .line 644
      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
        14: goto 17
        15: .line 645
      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
        16: .line 644
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            iload 4 /* bufferLength */
            if_icmplt 15
        end local 6 // int i
        18: .line 647
            aload 0 /* this */
            iload 4 /* bufferLength */
            putfield org.glassfish.grizzly.http.util.CharChunk.end:I
        19: .line 651
            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   20     0          this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   20     1   bufferChunk  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   20     2      encoding  Ljava/nio/charset/Charset;
            1   20     3   bufferStart  I
            2   20     4  bufferLength  I
            4   20     5        buffer  Lorg/glassfish/grizzly/Buffer;
            6   13     6            bb  Ljava/nio/ByteBuffer;
            7   13     7            cb  Ljava/nio/CharBuffer;
            8   13     8       decoder  Ljava/nio/charset/CharsetDecoder;
            9   13     9            cr  Ljava/nio/charset/CoderResult;
           14   18     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 657
            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 658
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            iadd
            istore 1 /* result */
         2: .line 659
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.end:I
            iadd
            istore 1 /* result */
         3: .line 660
            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 661
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.limit:I
            iadd
            istore 1 /* result */
         7: .line 662
            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 663
            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 664
            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 665
            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 670
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 671
            iconst_1
            ireturn
         2: .line 673
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 674
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 677
      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
         5: .line 679
            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 7
         6: .line 680
            iconst_0
            ireturn
         7: .line 682
      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 9
         8: .line 683
            iconst_0
            ireturn
         9: .line 685
      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 11
        10: .line 686
            iconst_0
            ireturn
        11: .line 688
      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 13
        12: .line 689
            iconst_0
            ireturn
        13: .line 691
      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 15
        14: .line 692
            iconst_0
            ireturn
        15: .line 694
      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 17
        16: .line 695
            iconst_0
            ireturn
        17: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnull 18
            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 20
            goto 19
      StackMap locals:
      StackMap stack:
        18: aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.in:Lorg/glassfish/grizzly/http/util/CharChunk$CharInputChannel;
            ifnull 20
        19: .line 698
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        20: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnull 21
            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 23
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 2 /* charChunk */
            getfield org.glassfish.grizzly.http.util.CharChunk.out:Lorg/glassfish/grizzly/http/util/CharChunk$CharOutputChannel;
            ifnull 23
        22: .line 701
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        23: .line 704
      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   24     0       this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   24     1          o  Ljava/lang/Object;
            5   24     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 714
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 715
            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 716
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 4
         3: .line 717
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 719
      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 720
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 721
      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 722
            iconst_0
            ireturn
         9: .line 720
      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 725
            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 738
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 739
            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 740
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            if_icmpeq 4
         3: .line 741
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 743
      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 744
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 745
      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 746
            iconst_0
            ireturn
         9: .line 744
      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 749
            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 759
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 760
            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 761
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 4
         3: .line 762
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 764
      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 765
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 766
      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 767
            iconst_0
            ireturn
         9: .line 765
      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 770
            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 783
            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 796
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 797
            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 798
      StackMap locals: char[]
      StackMap stack:
            iconst_0
            ireturn
         3: .line 800
      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 801
            iload 2 /* offset */
            istore 6 /* offs2 */
        start local 6 // int offs2
         5: .line 802
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 10
         7: .line 803
      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 804
            iconst_0
            ireturn
         9: .line 802
      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 807
            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 820
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 821
            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 822
      StackMap locals: char[]
      StackMap stack:
            iconst_0
            ireturn
         3: .line 824
      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 825
            iload 2 /* offset */
            istore 6 /* offs2 */
        start local 6 // int offs2
         5: .line 826
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 10
         7: .line 827
      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 828
            iconst_0
            ireturn
         9: .line 826
      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 831
            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 844
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 845
            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 846
            aload 2 /* c */
            ifnull 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            if_icmpeq 4
         3: .line 847
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 849
      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 850
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 851
      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 852
            iconst_0
            ireturn
         9: .line 850
      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 855
            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 859
            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 863
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* b1 */
        start local 4 // char[] b1
         1: .line 864
            aload 4 /* b1 */
            ifnonnull 3
            aload 1 /* b2 */
            ifnonnull 3
         2: .line 865
            iconst_1
            ireturn
         3: .line 868
      StackMap locals: char[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 4
            aload 1 /* b2 */
            ifnull 4
            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 5
         4: .line 869
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         6: .line 872
            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
         7: .line 873
            goto 10
         8: .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
            caload
            if_icmpeq 10
         9: .line 875
            iconst_0
            ireturn
        10: .line 873
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 8
        11: .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 // char[] b2
        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    b2  [C
            0   12     2  off2  I
            0   12     3  len2  I
            1   12     4    b1  [C
            6   12     5  off1  I
            7   12     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 882
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 4 /* b1 */
        start local 4 // char[] b1
         1: .line 883
            aload 1 /* b2 */
            ifnonnull 3
            aload 4 /* b1 */
            ifnonnull 3
         2: .line 884
            iconst_1
            ireturn
         3: .line 887
      StackMap locals: char[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 4
            aload 1 /* b2 */
            ifnull 4
            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 5
         4: .line 888
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         6: .line 891
            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
         7: .line 893
            goto 10
         8: .line 894
      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 10
         9: .line 895
            iconst_0
            ireturn
        10: .line 893
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 8
        11: .line 898
            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   12     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   12     1    b2  [B
            0   12     2  off2  I
            0   12     3  len2  I
            1   12     4    b1  [C
            6   12     5  off1  I
            7   12     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 907
            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 911
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 3 /* c */
        start local 3 // char[] c
         1: .line 912
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 914
            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 915
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 917
      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 918
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 919
      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 920
            iconst_0
            ireturn
         9: .line 918
      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 923
            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 932
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 3 /* c */
        start local 3 // char[] c
         1: .line 933
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 934
            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 935
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 937
      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 938
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 939
      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 940
            iconst_0
            ireturn
         9: .line 938
      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 943
            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 947
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.buff:[C
            astore 2 /* c */
        start local 2 // char[] c
         1: .line 948
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: .line 949
            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 950
      StackMap locals: char[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 952
      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 953
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 954
      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 955
            iconst_0
            ireturn
         9: .line 953
      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 958
            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 965
            iconst_0
            istore 1 /* code */
        start local 1 // int code
         1: .line 966
            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 967
      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 966
            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 969
            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 974
            iconst_0
            istore 1 /* code */
        start local 1 // int code
         1: .line 975
            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 976
      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 975
            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 978
            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 982
            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 992
            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 993
            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 997
            goto 4
         1: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* chars */
            iload 1 /* off */
            caload
            iload 3 /* qq */
            if_icmpne 3
         2: .line 999
            iload 1 /* off */
            ireturn
         3: .line 1001
      StackMap locals:
      StackMap stack:
            iinc 1 /* off */ 1
         4: .line 997
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 2 /* cend */
            if_icmplt 1
         5: .line 1003
            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 int indexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0001) ACC_PUBLIC
    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 1008
            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 int indexOf(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)I
    flags: (0x0001) ACC_PUBLIC
    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 1012
            aload 1 /* src */
            iload 2 /* srcOff */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* first */
        start local 5 // char first
         1: .line 1015
            iload 2 /* srcOff */
            iload 3 /* srcLen */
            iadd
            istore 6 /* srcEnd */
        start local 6 // int srcEnd
         2: .line 1017
            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 1018
      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 1019
            goto 14
         6: .line 1022
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            iadd
            istore 8 /* myPos */
        start local 8 // int myPos
         7: .line 1023
            iload 2 /* srcOff */
            iconst_1
            iadd
            istore 9 /* srcPos */
        start local 9 // int srcPos
         8: goto 13
         9: .line 1024
      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 1025
            goto 14
        11: .line 1027
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmpne 13
        12: .line 1028
            iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.CharChunk.start:I
            isub
            ireturn
        13: .line 1023
      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 1017
      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 1033
            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 1037
            iconst_0
            istore 1 /* modified */
        start local 1 // boolean modified
         1: .line 1038
            goto 4
         2: .line 1039
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* modified */
         3: .line 1040
            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 1038
      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 1042
            iload 1 /* modified */
            ifeq 7
         6: .line 1043
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.resetStringCache:()V
         7: .line 1045
      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 1049
            iload 1 /* a */
            iload 2 /* b */
            if_icmpge 2
         1: .line 1050
            iload 1 /* a */
            ireturn
         2: .line 1052
      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    3     0  this  Lorg/glassfish/grizzly/http/util/CharChunk;
            0    3     1     a  I
            0    3     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