public final class org.glassfish.grizzly.http.util.ByteChunk 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.ByteChunk
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final java.nio.charset.Charset DEFAULT_CHARSET;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private byte[] buff;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    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.ByteChunk$ByteInputChannel in;
    descriptor: Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel out;
    descriptor: Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
    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

  private java.nio.charset.Charset cachedStringCharset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 83
            getstatic org.glassfish.grizzly.http.util.Constants.DEFAULT_HTTP_CHARSET:Ljava/nio/charset/Charset;
            putstatic org.glassfish.grizzly.http.util.ByteChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            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.ByteChunk this
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 93
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         3: .line 96
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         4: .line 98
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
         5: .line 99
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
         6: .line 101
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         7: .line 110
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
        start local 1 // int initial
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 93
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         3: .line 96
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         4: .line 98
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
         5: .line 99
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
         6: .line 101
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         7: .line 113
            aload 0 /* this */
            iload 1 /* initial */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.allocate:(II)V
         8: .line 114
            return
        end local 1 // int initial
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    9     1  initial  I
    MethodParameters:
         Name  Flags
      initial  

  public org.glassfish.grizzly.http.util.ByteChunk getClone();
    descriptor: ()Lorg/glassfish/grizzly/http/util/ByteChunk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 119
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.util.ByteChunk
         1: areturn
         2: .line 120
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 121
            aconst_null
            areturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
      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.ByteChunk this
         0: .line 126
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
         0: .line 134
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         1: .line 135
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 136
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         3: .line 137
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         4: .line 138
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public void recycleAndReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 141
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 142
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         2: .line 143
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         3: .line 144
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         4: .line 145
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         5: .line 146
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         6: .line 147
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
         0: .line 150
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 151
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 152
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

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

  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.ByteChunk this
        start local 1 // int initial
        start local 2 // int limit
         0: .line 163
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            iload 1 /* initial */
            if_icmpge 2
         1: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* initial */
            newarray 8
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         3: .line 167
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         4: .line 168
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         5: .line 169
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         6: .line 170
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         7: .line 171
            return
        end local 2 // int limit
        end local 1 // int initial
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    8     1  initial  I
            0    8     2    limit  I
    MethodParameters:
         Name  Flags
      initial  
      limit    

  public void setBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 181
            aload 0 /* this */
            aload 1 /* b */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 182
            aload 0 /* this */
            iload 2 /* off */
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 183
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         3: .line 184
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         4: .line 185
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         5: .line 186
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    6     1     b  [B
            0    6     2   off  I
            0    6     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  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.ByteChunk this
        start local 1 // boolean optimizedWrite
         0: .line 189
            aload 0 /* this */
            iload 1 /* optimizedWrite */
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         1: .line 190
            return
        end local 1 // boolean optimizedWrite
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    2     1  optimizedWrite  Z
    MethodParameters:
                Name  Flags
      optimizedWrite  

  public java.nio.charset.Charset getCharset();
    descriptor: ()Ljava/nio/charset/Charset;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 193
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.glassfish.grizzly.http.util.ByteChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
      StackMap locals:
      StackMap stack: java.nio.charset.Charset
         2: areturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public void setCharset(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // java.nio.charset.Charset charset
         0: .line 197
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         1: .line 198
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 199
            return
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    3     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

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

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

  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.ByteChunk this
         0: .line 221
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

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

  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.ByteChunk this
        start local 1 // int start
         0: .line 230
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 1 /* start */
            if_icmpge 2
         1: .line 231
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         3: .line 234
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         4: .line 235
            return
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    5     1  start  I
    MethodParameters:
       Name  Flags
      start  

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

  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.ByteChunk this
         0: .line 247
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
        start local 1 // int limit
         0: .line 258
            aload 0 /* this */
            iload 1 /* limit */
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         1: .line 259
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 260
            return
        end local 1 // int limit
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            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.ByteChunk this
         0: .line 263
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

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

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

  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.ByteChunk this
         0: .line 284
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
        start local 1 // int i
         0: .line 289
            aload 0 /* this */
            iload 1 /* i */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         1: .line 290
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 291
            return
        end local 1 // int i
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  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.ByteChunk this
         0: .line 297
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public int indexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // java.lang.String s
        start local 2 // int fromIdx
         0: .line 302
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* strLen */
        start local 3 // int strLen
         1: .line 303
            iload 3 /* strLen */
            ifne 3
         2: .line 304
            iload 2 /* fromIdx */
            ireturn
         3: .line 307
      StackMap locals: int
      StackMap stack:
            iload 2 /* fromIdx */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iadd
            istore 4 /* absFromIdx */
        start local 4 // int absFromIdx
         4: .line 309
            iload 3 /* strLen */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 4 /* absFromIdx */
            isub
            if_icmple 5
            iconst_m1
            ireturn
         5: .line 311
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        start local 5 // int strOffs
         6: .line 312
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* strLen */
            isub
            istore 6 /* lastOffs */
        start local 6 // int lastOffs
         7: .line 314
            goto 15
         8: .line 315
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iload 4 /* absFromIdx */
            baload
            istore 7 /* b */
        start local 7 // byte b
         9: .line 316
            iload 7 /* b */
            aload 1 /* s */
            iload 5 /* strOffs */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpne 13
        10: .line 317
            iinc 5 /* strOffs */ 1
        11: .line 318
            iload 5 /* strOffs */
            iload 3 /* strLen */
            if_icmpne 14
        12: .line 319
            iload 4 /* absFromIdx */
            iload 3 /* strLen */
            isub
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            iconst_1
            iadd
            ireturn
        13: .line 322
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        14: .line 325
      StackMap locals:
      StackMap stack:
            iinc 4 /* absFromIdx */ 1
        end local 7 // byte b
        15: .line 314
      StackMap locals:
      StackMap stack:
            iload 4 /* absFromIdx */
            iload 6 /* lastOffs */
            iload 5 /* strOffs */
            iadd
            if_icmple 8
        16: .line 327
            iconst_m1
            ireturn
        end local 6 // int lastOffs
        end local 5 // int strOffs
        end local 4 // int absFromIdx
        end local 3 // int strLen
        end local 2 // int fromIdx
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   17     1           s  Ljava/lang/String;
            0   17     2     fromIdx  I
            1   17     3      strLen  I
            4   17     4  absFromIdx  I
            6   17     5     strOffs  I
            7   17     6    lastOffs  I
            9   15     7           b  B
    MethodParameters:
         Name  Flags
      s        final
      fromIdx  

  public void delete(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 332
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 334
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 1 /* start */
            iadd
            istore 3 /* absDeleteStart */
        start local 3 // int absDeleteStart
         2: .line 335
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 2 /* end */
            iadd
            istore 4 /* absDeleteEnd */
        start local 4 // int absDeleteEnd
         3: .line 337
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 4 /* absDeleteEnd */
            isub
            istore 5 /* diff */
        start local 5 // int diff
         4: .line 338
            iload 5 /* diff */
            ifne 7
         5: .line 339
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         6: .line 340
            goto 9
         7: .line 341
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iload 4 /* absDeleteEnd */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iload 3 /* absDeleteStart */
            iload 5 /* diff */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 342
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            iload 5 /* diff */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         9: .line 344
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int diff
        end local 4 // int absDeleteEnd
        end local 3 // int absDeleteStart
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   10     1           start  I
            0   10     2             end  I
            2   10     3  absDeleteStart  I
            3   10     4    absDeleteEnd  I
            4   10     5            diff  I
    MethodParameters:
       Name  Flags
      start  final
      end    final

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // char c
         0: .line 349
            aload 0 /* this */
            iload 1 /* c */
            i2b
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.append:(B)V
         1: .line 350
            return
        end local 1 // char c
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    2     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void append(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte b
         0: .line 353
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 355
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.makeSpace:(I)V
         2: .line 358
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 4
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmplt 4
         3: .line 359
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
         4: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 1 /* b */
            bastore
         5: .line 362
            return
        end local 1 // byte b
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    6     1     b  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void append(org.glassfish.grizzly.http.util.ByteChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk src
         0: .line 365
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBytes:()[B
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            aload 1 /* src */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.append:([BII)V
         1: .line 366
            return
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk src
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    2     1   src  Lorg/glassfish/grizzly/http/util/ByteChunk;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public void append(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] src
        start local 2 // int off
        start local 3 // int len
         0: .line 371
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 374
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.makeSpace:(I)V
         2: .line 377
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifge 6
         3: .line 379
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 380
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         5: .line 381
            return
         6: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
            ifeq 9
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmpne 9
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            if_icmpne 9
         7: .line 389
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel.realWriteBytes:([BII)V
         8: .line 390
            return
         9: .line 393
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            isub
            if_icmpgt 13
        10: .line 396
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 397
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
        12: .line 398
            return
        13: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            isub
            istore 4 /* avail */
        start local 4 // int avail
        14: .line 410
            aload 1 /* src */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 4 /* avail */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 411
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 4 /* avail */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
        16: .line 413
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
        17: .line 415
            iload 3 /* len */
            iload 4 /* avail */
            isub
            istore 5 /* remain */
        start local 5 // int remain
        18: .line 417
            goto 21
        19: .line 418
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            iload 5 /* remain */
            isub
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel.realWriteBytes:([BII)V
        20: .line 419
            iload 5 /* remain */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            isub
            isub
            istore 5 /* remain */
        21: .line 417
      StackMap locals:
      StackMap stack:
            iload 5 /* remain */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            isub
            if_icmpgt 19
        22: .line 422
            aload 1 /* src */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            iload 5 /* remain */
            isub
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 5 /* remain */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 423
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 5 /* remain */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
        24: .line 425
            return
        end local 5 // int remain
        end local 4 // int avail
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] src
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   25     1     src  [B
            0   25     2     off  I
            0   25     3     len  I
           14   25     4   avail  I
           18   25     5  remain  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   
      off   
      len   

  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.ByteChunk this
         0: .line 433
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 435
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ifne 7
         2: .line 436
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 437
            iconst_m1
            ireturn
         4: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteInputChannel.realReadBytes:([BII)I
            istore 1 /* n */
        start local 1 // int n
         5: .line 439
            iload 1 /* n */
            ifge 7
         6: .line 440
            iconst_m1
            ireturn
        end local 1 // int n
         7: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            baload
            sipush 255
            iand
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            5    7     1     n  I
    Exceptions:
      throws java.io.IOException

  public int substract(org.glassfish.grizzly.http.util.ByteChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk src
         0: .line 450
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 452
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ifne 7
         2: .line 453
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 454
            iconst_m1
            ireturn
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteInputChannel.realReadBytes:([BII)I
            istore 2 /* n */
        start local 2 // int n
         5: .line 456
            iload 2 /* n */
            ifge 7
         6: .line 457
            iconst_m1
            ireturn
        end local 2 // int n
         7: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 2 /* len */
        start local 2 // int len
         8: .line 461
            aload 1 /* src */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 2 /* len */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.append:([BII)V
         9: .line 462
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        10: .line 463
            iload 2 /* len */
            ireturn
        end local 2 // int len
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk src
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   11     1   src  Lorg/glassfish/grizzly/http/util/ByteChunk;
            5    7     2     n  I
            8   11     2   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public int substract(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] src
        start local 2 // int off
        start local 3 // int len
         0: .line 470
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 472
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ifne 7
         2: .line 473
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 474
            iconst_m1
            ireturn
         4: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteInputChannel.realReadBytes:([BII)I
            istore 4 /* n */
        start local 4 // int n
         5: .line 476
            iload 4 /* n */
            ifge 7
         6: .line 477
            iconst_m1
            ireturn
        end local 4 // int n
         7: .line 480
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            istore 4 /* n */
        start local 4 // int n
         8: .line 481
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            if_icmple 10
         9: .line 482
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 4 /* n */
        10: .line 484
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.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 485
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 4 /* n */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        12: .line 486
            iload 4 /* n */
            ireturn
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] src
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   13     1   src  [B
            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.ByteChunk this
         0: .line 493
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnonnull 4
         1: .line 494
            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.ByteChunk.limit:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 495
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 494
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokeinterface org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel.realWriteBytes:([BII)V
         5: .line 498
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         6: .line 499
            return
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
    Exceptions:
      throws java.io.IOException

  boolean canGrow();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 503
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmpne 2
         1: .line 504
            iconst_0
            ireturn
         2: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            iconst_2
            imul
            istore 1 /* desiredSize */
        start local 1 // int desiredSize
         3: .line 508
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 5
            iload 1 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 5
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            if_icmple 5
         4: .line 509
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 1 /* desiredSize */
         5: .line 511
      StackMap locals: int
      StackMap stack:
            iload 1 /* desiredSize */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         6: .line 512
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 2 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 513
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         8: .line 514
            aconst_null
            astore 2 /* tmp */
         9: .line 515
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
        10: .line 516
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        11: .line 517
            iconst_1
            ireturn
        end local 2 // byte[] tmp
        end local 1 // int desiredSize
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            3   12     1  desiredSize  I
            6   12     2          tmp  [B

  private void makeSpace(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // int count
         0: .line 527
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 1 /* count */
            iadd
            istore 4 /* desiredSize */
        start local 4 // int desiredSize
         1: .line 530
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 4
         2: .line 531
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 4
         3: .line 532
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 4 /* desiredSize */
         4: .line 535
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int top top int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            ifnonnull 7
         5: .line 536
            iload 4 /* desiredSize */
            sipush 256
            if_icmpge 6
            sipush 256
            istore 4 /* desiredSize */
         6: .line 537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* desiredSize */
            newarray 8
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         7: .line 542
      StackMap locals:
      StackMap stack:
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            if_icmpgt 9
         8: .line 543
            return
         9: .line 546
      StackMap locals:
      StackMap stack:
            iload 4 /* desiredSize */
            iconst_2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            imul
            if_icmpge 15
        10: .line 547
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            iconst_2
            imul
            istore 3 /* newSize */
        start local 3 // int newSize
        11: .line 548
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 13
        12: .line 549
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 13
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 3 /* newSize */
        13: .line 550
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int top int int
      StackMap stack:
            iload 3 /* newSize */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
        14: .line 551
            goto 19
        end local 3 // int newSize
        end local 2 // byte[] tmp
        15: .line 552
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int top top int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            arraylength
            iconst_2
            imul
            iload 1 /* count */
            iadd
            istore 3 /* newSize */
        start local 3 // int newSize
        16: .line 553
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 18
        17: .line 554
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 18
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 3 /* newSize */
        18: .line 555
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int top int int
      StackMap stack:
            iload 3 /* newSize */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
        19: .line 558
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int byte[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 2 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 559
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
        21: .line 560
            aconst_null
            astore 2 /* tmp */
        22: .line 561
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
        23: .line 562
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        24: .line 563
            return
        end local 4 // int desiredSize
        end local 3 // int newSize
        end local 2 // byte[] tmp
        end local 1 // int count
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   25     1        count  I
           14   15     2          tmp  [B
           19   25     2          tmp  [B
           11   15     3      newSize  I
           16   25     3      newSize  I
            1   25     4  desiredSize  I
    MethodParameters:
       Name  Flags
      count  

  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.ByteChunk this
         0: .line 568
            iconst_0
            istore 1 /* modified */
        start local 1 // boolean modified
         1: .line 569
            goto 4
         2: .line 570
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* modified */
         3: .line 571
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         4: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            baload
            bipush 32
            if_icmple 2
         5: .line 573
            iload 1 /* modified */
            ifeq 7
         6: .line 574
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         7: .line 576
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean modified
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            1    8     1  modified  Z

  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.ByteChunk this
         0: .line 580
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ifne 2
         1: .line 581
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            ifnull 4
         3: .line 583
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
         4: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.toStringInternal:()Ljava/lang/String;
            putfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
         5: .line 587
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 592
            iload 1 /* start */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            if_icmpne 2
            iload 2 /* end */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            if_icmpne 2
         1: .line 593
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.toString:()Ljava/lang/String;
            areturn
         2: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            ifnonnull 4
         3: .line 595
            aconst_null
            areturn
         4: .line 596
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            ifne 6
         5: .line 597
            ldc ""
            areturn
         6: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnonnull 8
         7: .line 601
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http.util.ByteChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         8: .line 605
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 1 /* start */
            iadd
            iload 2 /* end */
            iload 1 /* start */
            isub
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            invokespecial java.lang.String.<init>:([BIILjava/lang/String;)V
         9: areturn
        10: .line 606
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            astore 3 /* e */
        start local 3 // java.io.UnsupportedEncodingException e
        11: .line 607
            new java.lang.IllegalStateException
            dup
            ldc "Unexpected error"
            aload 3 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.UnsupportedEncodingException e
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   12     1  start  I
            0   12     2    end  I
           11   12     3      e  Ljava/io/UnsupportedEncodingException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.io.UnsupportedEncodingException
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // java.nio.charset.Charset charset
         0: .line 612
            aload 1 /* charset */
            ifnonnull 4
         1: .line 613
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic org.glassfish.grizzly.http.util.ByteChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
      StackMap locals:
      StackMap stack: java.nio.charset.Charset
         3: astore 1 /* charset */
         4: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            ifnull 6
            aload 1 /* charset */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedStringCharset:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 617
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
         6: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* charset */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.charset.Charset.decode:(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.toString:()Ljava/lang/String;
            putfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
         7: .line 621
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.glassfish.grizzly.http.util.ByteChunk.cachedStringCharset:Ljava/nio/charset/Charset;
         8: .line 623
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    9     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public java.lang.String toStringInternal();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 627
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnonnull 2
         1: .line 628
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http.util.ByteChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         2: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
         0: .line 635
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic org.glassfish.grizzly.http.util.Ascii.parseInt:([BII)I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public long getLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 639
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic org.glassfish.grizzly.http.util.Ascii.parseLong:([BII)J
            lreturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  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.ByteChunk this
         0: .line 648
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            istore 1 /* result */
        start local 1 // int result
         1: .line 649
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iadd
            istore 1 /* result */
         2: .line 650
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iadd
            istore 1 /* result */
         3: .line 651
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 652
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int
      StackMap stack: int
         5: iconst_0
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 653
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            iadd
            istore 1 /* result */
         8: .line 654
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         9: .line 655
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
        10: .line 656
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_0
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk int
      StackMap stack: int int
        12: iadd
            istore 1 /* result */
        13: .line 657
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            1   14     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.ByteChunk this
        start local 1 // java.lang.Object o
         0: .line 662
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 663
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 665
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.glassfish.grizzly.http.util.ByteChunk
            astore 2 /* byteChunk */
        start local 2 // org.glassfish.grizzly.http.util.ByteChunk byteChunk
         4: .line 667
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 668
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifne 10
            iconst_0
            ireturn
        10: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 11
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 13
        12: .line 674
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnull 14
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 16
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnull 16
        15: .line 676
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        16: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnull 17
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnull 19
        18: .line 678
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        19: .line 680
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.glassfish.grizzly.http.util.ByteChunk byteChunk
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   20     1          o  Ljava/lang/Object;
            4   20     2  byteChunk  Lorg/glassfish/grizzly/http/util/ByteChunk;
    MethodParameters:
      Name  Flags
      o     

  public boolean equals(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // java.lang.String s
         0: .line 689
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            aload 1 /* s */
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.equals:([BIILjava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public final boolean equals(byte[]);
    descriptor: ([B)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] bytes
         0: .line 702
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.equals:([BII[BII)Z
            ireturn
        end local 1 // byte[] bytes
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  final

  public boolean equalsIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // java.lang.String s
         0: .line 711
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            aload 1 /* s */
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.equalsIgnoreCase:([BIILjava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  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.ByteChunk this
        start local 1 // byte[] b
         0: .line 715
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.equalsIgnoreCase:([BII)Z
            ireturn
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            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=6, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 719
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* len */
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.equalsIgnoreCase:([BII[BII)Z
            ireturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1       b  [B
            0    1     2  offset  I
            0    1     3     len  I
    MethodParameters:
        Name  Flags
      b       final
      offset  final
      len     final

  public boolean equalsIgnoreCaseLowerCase(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] cmpTo
         0: .line 723
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 1 /* cmpTo */
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.equalsIgnoreCaseLowerCase:([BII[B)Z
            ireturn
        end local 1 // byte[] cmpTo
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1  cmpTo  [B
    MethodParameters:
       Name  Flags
      cmpTo  

  public boolean equals(org.glassfish.grizzly.http.util.ByteChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
         0: .line 727
            aload 0 /* this */
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBytes:()[B
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.equals:([BII)Z
            ireturn
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1    bb  Lorg/glassfish/grizzly/http/util/ByteChunk;
    MethodParameters:
      Name  Flags
      bb    

  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.ByteChunk this
        start local 1 // byte[] b2
        start local 2 // int off2
        start local 3 // int len2
         0: .line 731
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 4 /* b1 */
        start local 4 // byte[] b1
         1: .line 732
            aload 4 /* b1 */
            ifnonnull 2
            aload 1 /* b2 */
            ifnonnull 2
            iconst_1
            ireturn
         2: .line 734
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            istore 5 /* len */
        start local 5 // int len
         3: .line 735
            iload 3 /* len2 */
            iload 5 /* len */
            if_icmpne 4
            aload 4 /* b1 */
            ifnull 4
            aload 1 /* b2 */
            ifnonnull 5
         4: .line 736
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         5: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            istore 6 /* off1 */
        start local 6 // int off1
         6: .line 740
            goto 9
         7: .line 741
      StackMap locals: int
      StackMap stack:
            aload 4 /* b1 */
            iload 6 /* off1 */
            iinc 6 /* off1 */ 1
            baload
            aload 1 /* b2 */
            iload 2 /* off2 */
            iinc 2 /* off2 */ 1
            baload
            if_icmpeq 9
         8: .line 742
            iconst_0
            ireturn
         9: .line 740
      StackMap locals:
      StackMap stack:
            iload 5 /* len */
            iinc 5 /* len */ -1
            ifgt 7
        10: .line 745
            iconst_1
            ireturn
        end local 6 // int off1
        end local 5 // int len
        end local 4 // byte[] b1
        end local 3 // int len2
        end local 2 // int off2
        end local 1 // byte[] b2
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   11     1    b2  [B
            0   11     2  off2  I
            0   11     3  len2  I
            1   11     4    b1  [B
            3   11     5   len  I
            6   11     6  off1  I
    MethodParameters:
      Name  Flags
      b2    
      off2  
      len2  

  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.ByteChunk this
        start local 1 // org.glassfish.grizzly.http.util.CharChunk cc
         0: .line 749
            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.ByteChunk.equals:([CII)Z
            ireturn
        end local 1 // org.glassfish.grizzly.http.util.CharChunk cc
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            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.ByteChunk this
        start local 1 // char[] c2
        start local 2 // int off2
        start local 3 // int len2
         0: .line 754
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 4 /* b1 */
        start local 4 // byte[] b1
         1: .line 755
            aload 1 /* c2 */
            ifnonnull 2
            aload 4 /* b1 */
            ifnonnull 2
            iconst_1
            ireturn
         2: .line 757
      StackMap locals: byte[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 3
            aload 1 /* c2 */
            ifnull 3
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            iload 3 /* len2 */
            if_icmpeq 4
         3: .line 758
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         5: .line 761
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            istore 6 /* len */
        start local 6 // int len
         6: .line 763
            goto 9
         7: .line 764
      StackMap locals: int int
      StackMap stack:
            aload 4 /* b1 */
            iload 5 /* off1 */
            iinc 5 /* off1 */ 1
            baload
            i2c
            aload 1 /* c2 */
            iload 2 /* off2 */
            iinc 2 /* off2 */ 1
            caload
            if_icmpeq 9
         8: .line 765
            iconst_0
            ireturn
         9: .line 763
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 7
        10: .line 768
            iconst_1
            ireturn
        end local 6 // int len
        end local 5 // int off1
        end local 4 // byte[] b1
        end local 3 // int len2
        end local 2 // int off2
        end local 1 // char[] c2
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   11     1    c2  [C
            0   11     2  off2  I
            0   11     3  len2  I
            1   11     4    b1  [B
            5   11     5  off1  I
            6   11     6   len  I
    MethodParameters:
      Name  Flags
      c2    
      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.ByteChunk this
        start local 1 // java.lang.String s
         0: .line 776
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.startsWith:(Ljava/lang/String;I)Z
            ireturn
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public boolean startsWith(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.ByteChunk this
        start local 1 // java.lang.String s
        start local 2 // int offset
         0: .line 785
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 3 /* b */
        start local 3 // byte[] b
         1: .line 786
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 787
            aload 3 /* b */
            ifnull 3
            iload 4 /* len */
            iload 2 /* offset */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            if_icmple 4
         3: .line 788
      StackMap locals: byte[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 2 /* offset */
            iadd
            istore 5 /* off */
        start local 5 // int off
         5: .line 791
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 792
      StackMap locals: int int
      StackMap stack:
            aload 3 /* b */
            iload 5 /* off */
            iinc 5 /* off */ 1
            baload
            aload 1 /* s */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 793
            iconst_0
            ireturn
         9: .line 791
      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 796
            iconst_1
            ireturn
        end local 5 // int off
        end local 4 // int len
        end local 3 // byte[] b
        end local 2 // int offset
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   12     1       s  Ljava/lang/String;
            0   12     2  offset  I
            1   12     3       b  [B
            2   12     4     len  I
            5   12     5     off  I
            6   11     6       i  I
    MethodParameters:
        Name  Flags
      s       
      offset  

  public boolean startsWith(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
        start local 1 // byte[] b2
         0: .line 801
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 2 /* b1 */
        start local 2 // byte[] b1
         1: .line 802
            aload 2 /* b1 */
            ifnonnull 3
            aload 1 /* b2 */
            ifnonnull 3
         2: .line 803
            iconst_1
            ireturn
         3: .line 806
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            istore 3 /* len */
        start local 3 // int len
         4: .line 807
            aload 2 /* b1 */
            ifnull 5
            aload 1 /* b2 */
            ifnull 5
            aload 1 /* b2 */
            arraylength
            iload 3 /* len */
            if_icmple 6
         5: .line 808
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         6: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            istore 4 /* i */
        start local 4 // int i
         7: iconst_0
            istore 5 /* j */
        start local 5 // int j
         8: goto 11
         9: .line 811
      StackMap locals: int int
      StackMap stack:
            aload 2 /* b1 */
            iload 4 /* i */
            iinc 4 /* i */ 1
            baload
            aload 1 /* b2 */
            iload 5 /* j */
            iinc 5 /* j */ 1
            baload
            if_icmpeq 11
        10: .line 812
            iconst_0
            ireturn
        11: .line 810
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            if_icmpge 12
            iload 5 /* j */
            aload 1 /* b2 */
            arraylength
            if_icmplt 9
        end local 5 // int j
        end local 4 // int i
        12: .line 814
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int len
        end local 2 // byte[] b1
        end local 1 // byte[] b2
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   13     1    b2  [B
            1   13     2    b1  [B
            4   13     3   len  I
            7   12     4     i  I
            8   12     5     j  I
    MethodParameters:
      Name  Flags
      b2    

  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.ByteChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 823
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 3 /* b */
        start local 3 // byte[] b
         1: .line 824
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 825
            aload 3 /* b */
            ifnull 3
            iload 4 /* len */
            iload 2 /* pos */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            if_icmple 4
         3: .line 826
      StackMap locals: byte[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 2 /* pos */
            iadd
            istore 5 /* off */
        start local 5 // int off
         5: .line 829
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 830
      StackMap locals: int int
      StackMap stack:
            aload 3 /* b */
            iload 5 /* off */
            iinc 5 /* off */ 1
            baload
            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 831
            iconst_0
            ireturn
         9: .line 829
      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 834
            iconst_1
            ireturn
        end local 5 // int off
        end local 4 // int len
        end local 3 // byte[] b
        end local 2 // int pos
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   12     1     s  Ljava/lang/String;
            0   12     2   pos  I
            1   12     3     b  [B
            2   12     4   len  I
            5   12     5   off  I
            6   11     6     i  I
    MethodParameters:
      Name  Flags
      s     
      pos   

  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.ByteChunk 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 838
            aload 1 /* src */
            iload 2 /* srcOff */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* first */
        start local 5 // char first
         1: .line 841
            iload 2 /* srcOff */
            iload 3 /* srcLen */
            iadd
            istore 6 /* srcEnd */
        start local 6 // int srcEnd
         2: .line 843
            iload 4 /* myOff */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iadd
            istore 7 /* i */
        start local 7 // int i
         3: goto 13
         4: .line 844
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iload 7 /* i */
            baload
            iload 5 /* first */
            if_icmpeq 5
            goto 12
         5: .line 846
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            iadd
            istore 8 /* myPos */
        start local 8 // int myPos
         6: .line 847
            iload 2 /* srcOff */
            iconst_1
            iadd
            istore 9 /* srcPos */
        start local 9 // int srcPos
         7: goto 11
         8: .line 848
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            iload 8 /* myPos */
            iinc 8 /* myPos */ 1
            baload
            aload 1 /* src */
            iload 9 /* srcPos */
            iinc 9 /* srcPos */ 1
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 10
         9: .line 849
            goto 12
        10: .line 850
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmpne 11
            iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ireturn
        11: .line 847
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmplt 8
        end local 9 // int srcPos
        end local 8 // int myPos
        12: .line 843
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* srcLen */
            isub
            if_icmple 4
        end local 7 // int i
        14: .line 853
            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.ByteChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   15     1     src  Ljava/lang/String;
            0   15     2  srcOff  I
            0   15     3  srcLen  I
            0   15     4   myOff  I
            1   15     5   first  C
            2   15     6  srcEnd  I
            3   14     7       i  I
            6   12     8   myPos  I
            7   12     9  srcPos  I
    MethodParameters:
        Name  Flags
      src     
      srcOff  
      srcLen  
      myOff   

  public int hash();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 860
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.hashBytes:([BII)I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public int hashIgnoreCase();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk this
         0: .line 865
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.hashBytesIC:([BII)I
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;

  public static boolean equals(byte[], int, int, byte[], int, int);
    descriptor: ([BII[BII)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // byte[] b1
        start local 1 // int b1Offs
        start local 2 // int b1Len
        start local 3 // byte[] b2
        start local 4 // int b2Offs
        start local 5 // int b2Len
         0: .line 873
            iload 2 /* b1Len */
            iload 5 /* b2Len */
            if_icmpeq 2
         1: .line 874
            iconst_0
            ireturn
         2: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            aload 3 /* b2 */
            if_acmpne 4
         3: .line 878
            iconst_1
            ireturn
         4: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            ifnull 5
            aload 3 /* b2 */
            ifnonnull 6
         5: .line 882
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 885
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 11
         8: .line 886
      StackMap locals: int
      StackMap stack:
            aload 0 /* b1 */
            iload 6 /* i */
            iload 1 /* b1Offs */
            iadd
            baload
            aload 3 /* b2 */
            iload 6 /* i */
            iload 4 /* b2Offs */
            iadd
            baload
            if_icmpeq 10
         9: .line 887
            iconst_0
            ireturn
        10: .line 885
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 2 /* b1Len */
            if_icmplt 8
        end local 6 // int i
        12: .line 890
            iconst_1
            ireturn
        end local 5 // int b2Len
        end local 4 // int b2Offs
        end local 3 // byte[] b2
        end local 2 // int b1Len
        end local 1 // int b1Offs
        end local 0 // byte[] b1
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0      b1  [B
            0   13     1  b1Offs  I
            0   13     2   b1Len  I
            0   13     3      b2  [B
            0   13     4  b2Offs  I
            0   13     5   b2Len  I
            7   12     6       i  I
    MethodParameters:
        Name  Flags
      b1      final
      b1Offs  final
      b1Len   final
      b2      final
      b2Offs  final
      b2Len   final

  public static boolean equals(byte[], int, int, java.lang.String);
    descriptor: ([BIILjava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // byte[] b
        start local 1 // int offs
        start local 2 // int len
        start local 3 // java.lang.String s
         0: .line 898
            aload 0 /* b */
            ifnull 1
            iload 2 /* len */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 2
         1: .line 899
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 902
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 903
      StackMap locals: int
      StackMap stack:
            aload 0 /* b */
            iload 1 /* offs */
            iinc 1 /* offs */ 1
            baload
            aload 3 /* s */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 6
         5: .line 904
            iconst_0
            ireturn
         6: .line 902
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 4
        end local 4 // int i
         8: .line 907
            iconst_1
            ireturn
        end local 3 // java.lang.String s
        end local 2 // int len
        end local 1 // int offs
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     b  [B
            0    9     1  offs  I
            0    9     2   len  I
            0    9     3     s  Ljava/lang/String;
            3    8     4     i  I
    MethodParameters:
      Name  Flags
      b     final
      offs  
      len   final
      s     final

  public static boolean equalsIgnoreCase(byte[], int, int, byte[], int, int);
    descriptor: ([BII[BII)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // byte[] b1
        start local 1 // int b1Offs
        start local 2 // int b1Len
        start local 3 // byte[] b2
        start local 4 // int b2Offs
        start local 5 // int b2Len
         0: .line 916
            iload 2 /* b1Len */
            iload 5 /* b2Len */
            if_icmpeq 2
         1: .line 917
            iconst_0
            ireturn
         2: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            aload 3 /* b2 */
            if_acmpne 4
         3: .line 921
            iconst_1
            ireturn
         4: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            ifnull 5
            aload 3 /* b2 */
            ifnonnull 6
         5: .line 925
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 928
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 11
         8: .line 929
      StackMap locals: int
      StackMap stack:
            aload 0 /* b1 */
            iload 6 /* i */
            iload 1 /* b1Offs */
            iadd
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* b2 */
            iload 6 /* i */
            iload 4 /* b2Offs */
            iadd
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 10
         9: .line 930
            iconst_0
            ireturn
        10: .line 928
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 2 /* b1Len */
            if_icmplt 8
        end local 6 // int i
        12: .line 933
            iconst_1
            ireturn
        end local 5 // int b2Len
        end local 4 // int b2Offs
        end local 3 // byte[] b2
        end local 2 // int b1Len
        end local 1 // int b1Offs
        end local 0 // byte[] b1
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0      b1  [B
            0   13     1  b1Offs  I
            0   13     2   b1Len  I
            0   13     3      b2  [B
            0   13     4  b2Offs  I
            0   13     5   b2Len  I
            7   12     6       i  I
    MethodParameters:
        Name  Flags
      b1      final
      b1Offs  final
      b1Len   final
      b2      final
      b2Offs  final
      b2Len   final

  public static boolean equalsIgnoreCase(byte[], int, int, java.lang.String);
    descriptor: ([BIILjava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // byte[] b
        start local 1 // int offset
        start local 2 // int len
        start local 3 // java.lang.String s
         0: .line 943
            iload 2 /* len */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 2
         1: .line 944
            iconst_0
            ireturn
         2: .line 946
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            istore 4 /* boff */
        start local 4 // int boff
         3: .line 947
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 948
      StackMap locals: int int
      StackMap stack:
            aload 0 /* b */
            iload 4 /* boff */
            iinc 4 /* boff */ 1
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 7
         6: .line 949
            iconst_0
            ireturn
         7: .line 947
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 2 /* len */
            if_icmplt 5
        end local 5 // int i
         9: .line 952
            iconst_1
            ireturn
        end local 4 // int boff
        end local 3 // java.lang.String s
        end local 2 // int len
        end local 1 // int offset
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0       b  [B
            0   10     1  offset  I
            0   10     2     len  I
            0   10     3       s  Ljava/lang/String;
            3   10     4    boff  I
            4    9     5       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  final
      len     final
      s       final

  public static boolean equalsIgnoreCaseLowerCase(byte[], int, int, byte[]);
    descriptor: ([BII[B)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // byte[] buffer
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] cmpTo
         0: .line 970
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 971
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpeq 3
         2: .line 972
            iconst_0
            ireturn
         3: .line 975
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 976
      StackMap locals: int
      StackMap stack:
            aload 0 /* buffer */
            iload 5 /* i */
            iload 1 /* start */
            iadd
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* cmpTo */
            iload 5 /* i */
            baload
            if_icmpeq 7
         6: .line 977
            iconst_0
            ireturn
         7: .line 975
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 5
        end local 5 // int i
         9: .line 981
            iconst_1
            ireturn
        end local 4 // int len
        end local 3 // byte[] cmpTo
        end local 2 // int end
        end local 1 // int start
        end local 0 // byte[] buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  buffer  [B
            0   10     1   start  I
            0   10     2     end  I
            0   10     3   cmpTo  [B
            1   10     4     len  I
            4    9     5       i  I
    MethodParameters:
        Name  Flags
      buffer  final
      start   final
      end     final
      cmpTo   final

  public static boolean startsWith(byte[], int, int, byte[]);
    descriptor: ([BII[B)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // byte[] buffer
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] cmpTo
         0: .line 986
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 988
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpge 3
         2: .line 989
            iconst_0
            ireturn
         3: .line 992
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 993
      StackMap locals: int
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* start */
            iload 5 /* i */
            iadd
            baload
            aload 3 /* cmpTo */
            iload 5 /* i */
            baload
            if_icmpeq 7
         6: .line 994
            iconst_0
            ireturn
         7: .line 992
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 3 /* cmpTo */
            arraylength
            if_icmplt 5
        end local 5 // int i
         9: .line 998
            iconst_1
            ireturn
        end local 4 // int len
        end local 3 // byte[] cmpTo
        end local 2 // int end
        end local 1 // int start
        end local 0 // byte[] buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  buffer  [B
            0   10     1   start  I
            0   10     2     end  I
            0   10     3   cmpTo  [B
            1   10     4     len  I
            4    9     5       i  I
    MethodParameters:
        Name  Flags
      buffer  final
      start   final
      end     final
      cmpTo   final

  private static int hashBytes(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // byte[] buff
        start local 1 // int start
        start local 2 // int bytesLen
         0: .line 1002
            iload 1 /* start */
            iload 2 /* bytesLen */
            iadd
            istore 3 /* max */
        start local 3 // int max
         1: .line 1003
            iconst_0
            istore 4 /* code */
        start local 4 // int code
         2: .line 1004
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 1005
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* code */
            bipush 31
            imul
            aload 0 /* buff */
            iload 5 /* i */
            baload
            iadd
            istore 4 /* code */
         5: .line 1004
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 5 // int i
         7: .line 1007
            iload 4 /* code */
            ireturn
        end local 4 // int code
        end local 3 // int max
        end local 2 // int bytesLen
        end local 1 // int start
        end local 0 // byte[] buff
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      buff  [B
            0    8     1     start  I
            0    8     2  bytesLen  I
            1    8     3       max  I
            2    8     4      code  I
            3    7     5         i  I
    MethodParameters:
          Name  Flags
      buff      
      start     
      bytesLen  

  private static int hashBytesIC(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // byte[] bytes
        start local 1 // int start
        start local 2 // int bytesLen
         0: .line 1011
            iload 1 /* start */
            iload 2 /* bytesLen */
            iadd
            istore 3 /* max */
        start local 3 // int max
         1: .line 1012
            iconst_0
            istore 4 /* code */
        start local 4 // int code
         2: .line 1013
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 1014
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* code */
            bipush 31
            imul
            aload 0 /* bytes */
            iload 5 /* i */
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            iadd
            istore 4 /* code */
         5: .line 1013
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 5 // int i
         7: .line 1016
            iload 4 /* code */
            ireturn
        end local 4 // int code
        end local 3 // int max
        end local 2 // int bytesLen
        end local 1 // int start
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0     bytes  [B
            0    8     1     start  I
            0    8     2  bytesLen  I
            1    8     3       max  I
            2    8     4      code  I
            3    7     5         i  I
    MethodParameters:
          Name  Flags
      bytes     
      start     
      bytesLen  

  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.ByteChunk this
        start local 1 // char c
        start local 2 // int starting
         0: .line 1025
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iload 2 /* starting */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 1 /* c */
            invokestatic org.glassfish.grizzly.http.util.ByteChunk.indexOf:([BIIC)I
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 1026
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            if_icmplt 2
            iload 3 /* ret */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.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.ByteChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    4     1         c  C
            0    4     2  starting  I
            1    4     3       ret  I
    MethodParameters:
          Name  Flags
      c         
      starting  

  public static int indexOf(byte[], int, int, char);
    descriptor: ([BIIC)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // byte[] bytes
        start local 1 // int off
        start local 2 // int end
        start local 3 // char qq
         0: .line 1031
            goto 5
         1: .line 1032
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            iload 1 /* off */
            baload
            istore 4 /* b */
        start local 4 // byte b
         2: .line 1033
            iload 4 /* b */
            iload 3 /* qq */
            if_icmpne 4
         3: .line 1034
            iload 1 /* off */
            ireturn
         4: .line 1037
      StackMap locals: int
      StackMap stack:
            iinc 1 /* off */ 1
        end local 4 // byte b
         5: .line 1031
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 2 /* end */
            if_icmplt 1
         6: .line 1039
            iconst_m1
            ireturn
        end local 3 // char qq
        end local 2 // int end
        end local 1 // int off
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  bytes  [B
            0    7     1    off  I
            0    7     2    end  I
            0    7     3     qq  C
            2    5     4      b  B
    MethodParameters:
       Name  Flags
      bytes  
      off    
      end    
      qq     

  public static int findChar(byte[], int, int, char);
    descriptor: ([BIIC)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // byte[] buf
        start local 1 // int start
        start local 2 // int end
        start local 3 // char c
         0: .line 1046
            iload 3 /* c */
            i2b
            istore 4 /* b */
        start local 4 // byte b
         1: .line 1047
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1048
            goto 6
         3: .line 1049
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            iload 5 /* offset */
            baload
            iload 4 /* b */
            if_icmpne 5
         4: .line 1050
            iload 5 /* offset */
            ireturn
         5: .line 1052
      StackMap locals:
      StackMap stack:
            iinc 5 /* offset */ 1
         6: .line 1048
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
         7: .line 1054
            iconst_m1
            ireturn
        end local 5 // int offset
        end local 4 // byte b
        end local 3 // char c
        end local 2 // int end
        end local 1 // int start
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0     buf  [B
            0    8     1   start  I
            0    8     2     end  I
            0    8     3       c  C
            1    8     4       b  B
            2    8     5  offset  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      end    
      c      

  public static int findChars(byte[], int, int, byte[]);
    descriptor: ([BII[B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // byte[] buf
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] c
         0: .line 1061
            aload 3 /* c */
            arraylength
            istore 4 /* clen */
        start local 4 // int clen
         1: .line 1062
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1063
            goto 10
         3: .line 1064
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 8
         5: .line 1065
      StackMap locals: int
      StackMap stack:
            aload 0 /* buf */
            iload 5 /* offset */
            baload
            aload 3 /* c */
            iload 6 /* i */
            baload
            if_icmpne 7
         6: .line 1066
            iload 5 /* offset */
            ireturn
         7: .line 1064
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 4 /* clen */
            if_icmplt 5
        end local 6 // int i
         9: .line 1068
            iinc 5 /* offset */ 1
        10: .line 1063
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
        11: .line 1070
            iconst_m1
            ireturn
        end local 5 // int offset
        end local 4 // int clen
        end local 3 // byte[] c
        end local 2 // int end
        end local 1 // int start
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0     buf  [B
            0   12     1   start  I
            0   12     2     end  I
            0   12     3       c  [B
            1   12     4    clen  I
            2   12     5  offset  I
            4    9     6       i  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      end    
      c      

  public static int findNotChars(byte[], int, int, byte[]);
    descriptor: ([BII[B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // byte[] buf
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] c
         0: .line 1077
            aload 3 /* c */
            arraylength
            istore 4 /* clen */
        start local 4 // int clen
         1: .line 1078
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1081
            goto 14
         3: .line 1082
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 6 /* found */
        start local 6 // boolean found
         4: .line 1083
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 10
         6: .line 1084
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            iload 5 /* offset */
            baload
            aload 3 /* c */
            iload 7 /* i */
            baload
            if_icmpne 9
         7: .line 1085
            iconst_0
            istore 6 /* found */
         8: .line 1086
            goto 11
         9: .line 1083
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            iload 4 /* clen */
            if_icmplt 6
        end local 7 // int i
        11: .line 1089
      StackMap locals:
      StackMap stack:
            iload 6 /* found */
            ifeq 13
        12: .line 1090
            iload 5 /* offset */
            ireturn
        13: .line 1092
      StackMap locals:
      StackMap stack:
            iinc 5 /* offset */ 1
        end local 6 // boolean found
        14: .line 1081
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
        15: .line 1094
            iconst_m1
            ireturn
        end local 5 // int offset
        end local 4 // int clen
        end local 3 // byte[] c
        end local 2 // int end
        end local 1 // int start
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0     buf  [B
            0   16     1   start  I
            0   16     2     end  I
            0   16     3       c  [B
            1   16     4    clen  I
            2   16     5  offset  I
            4   14     6   found  Z
            5   11     7       i  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      end    
      c      

  public static byte[] convertToBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.String value
         0: .line 1105
            aload 0 /* value */
            invokevirtual java.lang.String.length:()I
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 1106
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 1107
      StackMap locals: byte[] int
      StackMap stack:
            aload 1 /* result */
            iload 2 /* i */
            aload 0 /* value */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            bastore
         4: .line 1106
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* value */
            invokevirtual java.lang.String.length:()I
            if_icmplt 3
        end local 2 // int i
         6: .line 1109
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   value  Ljava/lang/String;
            1    7     1  result  [B
            2    6     2       i  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ByteChunk.java"
NestMembers:
  org.glassfish.grizzly.http.util.ByteChunk$ByteInputChannel  org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel
InnerClasses:
  public abstract ByteInputChannel = org.glassfish.grizzly.http.util.ByteChunk$ByteInputChannel of org.glassfish.grizzly.http.util.ByteChunk
  public abstract ByteOutputChannel = org.glassfish.grizzly.http.util.ByteChunk$ByteOutputChannel of org.glassfish.grizzly.http.util.ByteChunk