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 78
            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 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         3: .line 91
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         4: .line 93
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
         5: .line 94
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
         6: .line 96
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         7: .line 105
            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 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         3: .line 91
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         4: .line 93
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
         5: .line 94
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
         6: .line 96
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         7: .line 108
            aload 0 /* this */
            iload 1 /* initial */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.allocate:(II)V
         8: .line 109
            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 114
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.util.ByteChunk
         1: areturn
         2: .line 115
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 116
            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 121
            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 129
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         1: .line 130
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         3: .line 132
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         4: .line 133
            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 136
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 137
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         2: .line 138
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         3: .line 139
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         4: .line 140
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         5: .line 141
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         6: .line 142
            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 145
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 146
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 147
            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 void resetStringCache();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    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.cachedString:Ljava/lang/String;
         1: .line 151
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.ByteChunk.cachedStringCharset:Ljava/nio/charset/Charset;
         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;

  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 157
            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 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* initial */
            newarray 8
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         3: .line 161
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         4: .line 162
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         5: .line 163
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         6: .line 164
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         7: .line 165
            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 175
            aload 0 /* this */
            aload 1 /* b */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         1: .line 176
            aload 0 /* this */
            iload 2 /* off */
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         2: .line 177
            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 178
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.util.ByteChunk.isSet:Z
         4: .line 179
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         5: .line 180
            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 183
            aload 0 /* this */
            iload 1 /* optimizedWrite */
            putfield org.glassfish.grizzly.http.util.ByteChunk.optimizedWrite:Z
         1: .line 184
            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 187
            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 191
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
         1: .line 192
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 193
            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 199
            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 206
            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 214
            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 218
            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 223
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 1 /* start */
            if_icmpge 2
         1: .line 224
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         2: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
         3: .line 227
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         4: .line 228
            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 231
            aload 0 /* this */
            iload 1 /* off */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setStart:(I)V
         1: .line 232
            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 239
            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 249
            aload 0 /* this */
            iload 1 /* limit */
            putfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
         1: .line 250
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 251
            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 254
            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 261
            aload 0 /* this */
            aload 1 /* in */
            putfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
         1: .line 262
            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 270
            aload 0 /* this */
            aload 1 /* out */
            putfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
         1: .line 271
            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 275
            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 280
            aload 0 /* this */
            iload 1 /* i */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         1: .line 281
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         2: .line 282
            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 288
            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 293
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* strLen */
        start local 3 // int strLen
         1: .line 294
            iload 3 /* strLen */
            ifne 3
         2: .line 295
            iload 2 /* fromIdx */
            ireturn
         3: .line 298
      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 300
            iload 3 /* strLen */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 4 /* absFromIdx */
            isub
            if_icmple 6
         5: .line 301
            iconst_m1
            ireturn
         6: .line 304
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        start local 5 // int strOffs
         7: .line 305
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* strLen */
            isub
            istore 6 /* lastOffs */
        start local 6 // int lastOffs
         8: .line 307
            goto 16
         9: .line 308
      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
        10: .line 309
            iload 7 /* b */
            aload 1 /* s */
            iload 5 /* strOffs */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpne 14
        11: .line 310
            iinc 5 /* strOffs */ 1
        12: .line 311
            iload 5 /* strOffs */
            iload 3 /* strLen */
            if_icmpne 15
        13: .line 312
            iload 4 /* absFromIdx */
            iload 3 /* strLen */
            isub
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            iconst_1
            iadd
            ireturn
        14: .line 315
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        15: .line 318
      StackMap locals:
      StackMap stack:
            iinc 4 /* absFromIdx */ 1
        end local 7 // byte b
        16: .line 307
      StackMap locals:
      StackMap stack:
            iload 4 /* absFromIdx */
            iload 6 /* lastOffs */
            iload 5 /* strOffs */
            iadd
            if_icmple 9
        17: .line 320
            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   18     0        this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   18     1           s  Ljava/lang/String;
            0   18     2     fromIdx  I
            1   18     3      strLen  I
            4   18     4  absFromIdx  I
            7   18     5     strOffs  I
            8   18     6    lastOffs  I
           10   16     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 325
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 327
            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 328
            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 330
            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 331
            iload 5 /* diff */
            ifne 7
         5: .line 332
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         6: .line 333
            goto 9
         7: .line 334
      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 335
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            iload 5 /* diff */
            iadd
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         9: .line 337
      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 341
            aload 0 /* this */
            iload 1 /* c */
            i2b
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.append:(B)V
         1: .line 342
            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 345
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 347
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.makeSpace:(I)V
         2: .line 350
            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 351
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
         4: .line 353
      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 354
            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 357
            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 358
            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 364
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 367
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.makeSpace:(I)V
         2: .line 370
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifge 6
         3: .line 372
            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 373
            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 374
            return
         6: .line 381
      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 382
            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 383
            return
         9: .line 386
      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 389
            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 390
            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 391
            return
        13: .line 402
      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 403
            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 404
            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 406
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
        17: .line 408
            iload 3 /* len */
            iload 4 /* avail */
            isub
            istore 5 /* remain */
        start local 5 // int remain
        18: .line 410
            goto 21
        19: .line 411
      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 412
            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 410
      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 415
            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 416
            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 418
            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 424
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 426
            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 427
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 428
            iconst_m1
            ireturn
         4: .line 430
      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 431
            iload 1 /* n */
            ifge 7
         6: .line 432
            iconst_m1
            ireturn
        end local 1 // int n
         7: .line 436
      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 442
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 444
            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 445
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 446
            iconst_m1
            ireturn
         4: .line 448
      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 449
            iload 2 /* n */
            ifge 7
         6: .line 450
            iconst_m1
            ireturn
        end local 2 // int n
         7: .line 454
      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 455
            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 456
            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 457
            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 463
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         1: .line 465
            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 466
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnonnull 4
         3: .line 467
            iconst_m1
            ireturn
         4: .line 469
      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 470
            iload 4 /* n */
            ifge 7
         6: .line 471
            iconst_m1
            ireturn
        end local 4 // int n
         7: .line 475
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            istore 4 /* n */
        start local 4 // int n
         8: .line 476
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            if_icmple 10
         9: .line 477
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 4 /* n */
        10: .line 479
      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 480
            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 481
            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 487
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnonnull 2
         1: .line 488
            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;
            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;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 490
      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
         3: .line 491
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            putfield org.glassfish.grizzly.http.util.ByteChunk.end:I
         4: .line 492
            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;
    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 496
            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 497
            iconst_0
            ireturn
         2: .line 501
      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 502
            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 503
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 1 /* desiredSize */
         5: .line 505
      StackMap locals: int
      StackMap stack:
            iload 1 /* desiredSize */
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         6: .line 506
            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 507
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         8: .line 508
            aconst_null
            astore 2 /* tmp */
         9: .line 509
            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 510
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        11: .line 511
            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 521
            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 524
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 3
            iload 4 /* desiredSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 3
         2: .line 525
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 4 /* desiredSize */
         3: .line 528
      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
         4: .line 529
            iload 4 /* desiredSize */
            sipush 256
            if_icmpge 6
         5: .line 530
            sipush 256
            istore 4 /* desiredSize */
         6: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* desiredSize */
            newarray 8
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
         7: .line 537
      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 538
            return
         9: .line 541
      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 542
            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 543
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 13
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 13
        12: .line 544
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 3 /* newSize */
        13: .line 546
      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 547
            goto 19
        end local 3 // int newSize
        end local 2 // byte[] tmp
        15: .line 548
      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 549
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            ifle 18
            iload 3 /* newSize */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            if_icmple 18
        17: .line 550
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            istore 3 /* newSize */
        18: .line 552
      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 555
      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 556
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
        21: .line 557
            aconst_null
            astore 2 /* tmp */
        22: .line 558
            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 559
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.util.ByteChunk.start:I
        24: .line 560
            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 565
            iconst_0
            istore 1 /* modified */
        start local 1 // boolean modified
         1: .line 566
            goto 4
         2: .line 567
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* modified */
         3: .line 568
            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 566
      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 570
            iload 1 /* modified */
            ifeq 7
         6: .line 571
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.resetStringCache:()V
         7: .line 573
      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 577
            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 578
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            ifnull 4
         3: .line 580
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
         4: .line 583
      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 584
            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 589
            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 590
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.toString:()Ljava/lang/String;
            areturn
         2: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            ifnonnull 4
         3: .line 592
            aconst_null
            areturn
         4: .line 593
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            ifne 6
         5: .line 594
            ldc ""
            areturn
         6: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnonnull 8
         7: .line 598
            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 602
      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 603
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            astore 3 /* e */
        start local 3 // java.io.UnsupportedEncodingException e
        11: .line 604
            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 609
            aload 1 /* charset */
            ifnonnull 4
         1: .line 610
            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 613
      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 614
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.cachedString:Ljava/lang/String;
            areturn
         6: .line 617
      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 618
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.glassfish.grizzly.http.util.ByteChunk.cachedStringCharset:Ljava/nio/charset/Charset;
         8: .line 620
            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 624
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnonnull 2
         1: .line 625
            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 628
      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 632
            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 636
            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 643
            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 644
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            iadd
            istore 1 /* result */
         2: .line 645
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iadd
            istore 1 /* result */
         3: .line 646
            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 647
            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 648
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.limit:I
            iadd
            istore 1 /* result */
         8: .line 649
            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 650
            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 651
            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 652
            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 657
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 658
            iconst_1
            ireturn
         2: .line 660
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 661
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 664
      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
         5: .line 666
            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 7
         6: .line 667
            iconst_0
            ireturn
         7: .line 669
      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 9
         8: .line 670
            iconst_0
            ireturn
         9: .line 672
      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 11
        10: .line 673
            iconst_0
            ireturn
        11: .line 675
      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 13
        12: .line 676
            iconst_0
            ireturn
        13: .line 678
      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 15
        14: .line 679
            iconst_0
            ireturn
        15: .line 681
      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 17
        16: .line 682
            iconst_0
            ireturn
        17: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 18
            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 20
            goto 19
      StackMap locals:
      StackMap stack:
        18: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.charset:Ljava/nio/charset/Charset;
            ifnull 20
        19: .line 685
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        20: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnull 21
            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 23
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.in:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteInputChannel;
            ifnull 23
        22: .line 688
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        23: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnull 24
            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 26
            goto 25
      StackMap locals:
      StackMap stack:
        24: aload 2 /* byteChunk */
            getfield org.glassfish.grizzly.http.util.ByteChunk.out:Lorg/glassfish/grizzly/http/util/ByteChunk$ByteOutputChannel;
            ifnull 26
        25: .line 691
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        26: .line 694
      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   27     0       this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   27     1          o  Ljava/lang/Object;
            5   27     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 704
            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 boolean equals(byte[]);
    descriptor: ([B)Z
    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 // byte[] bytes
         0: .line 717
            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 727
            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 731
            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 735
            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 739
            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 743
            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 747
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 4 /* b1 */
        start local 4 // byte[] b1
         1: .line 748
            aload 4 /* b1 */
            ifnonnull 3
            aload 1 /* b2 */
            ifnonnull 3
         2: .line 749
            iconst_1
            ireturn
         3: .line 752
      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
         4: .line 753
            iload 3 /* len2 */
            iload 5 /* len */
            if_icmpne 5
            aload 4 /* b1 */
            ifnull 5
            aload 1 /* b2 */
            ifnonnull 6
         5: .line 754
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         6: .line 757
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            istore 6 /* off1 */
        start local 6 // int off1
         7: .line 759
            goto 10
         8: .line 760
      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 10
         9: .line 761
            iconst_0
            ireturn
        10: .line 759
      StackMap locals:
      StackMap stack:
            iload 5 /* len */
            iinc 5 /* len */ -1
            ifgt 8
        11: .line 764
            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   12     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   12     1    b2  [B
            0   12     2  off2  I
            0   12     3  len2  I
            1   12     4    b1  [B
            4   12     5   len  I
            7   12     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 768
            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 773
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 4 /* b1 */
        start local 4 // byte[] b1
         1: .line 774
            aload 1 /* c2 */
            ifnonnull 3
            aload 4 /* b1 */
            ifnonnull 3
         2: .line 775
            iconst_1
            ireturn
         3: .line 778
      StackMap locals: byte[]
      StackMap stack:
            aload 4 /* b1 */
            ifnull 4
            aload 1 /* c2 */
            ifnull 4
            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 5
         4: .line 779
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 781
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            istore 5 /* off1 */
        start local 5 // int off1
         6: .line 782
            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
         7: .line 784
            goto 10
         8: .line 785
      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 10
         9: .line 786
            iconst_0
            ireturn
        10: .line 784
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 8
        11: .line 789
            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   12     0  this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   12     1    c2  [C
            0   12     2  off2  I
            0   12     3  len2  I
            1   12     4    b1  [B
            6   12     5  off1  I
            7   12     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 798
            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 808
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 3 /* b */
        start local 3 // byte[] b
         1: .line 809
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 810
            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 811
      StackMap locals: byte[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 813
      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 814
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 815
      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 816
            iconst_0
            ireturn
         9: .line 814
      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 819
            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 824
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 2 /* b1 */
        start local 2 // byte[] b1
         1: .line 825
            aload 2 /* b1 */
            ifnonnull 3
            aload 1 /* b2 */
            ifnonnull 3
         2: .line 826
            iconst_1
            ireturn
         3: .line 829
      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 830
            aload 2 /* b1 */
            ifnull 5
            aload 1 /* b2 */
            ifnull 5
            aload 1 /* b2 */
            arraylength
            iload 3 /* len */
            if_icmple 6
         5: .line 831
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         6: .line 833
      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 834
      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 835
            iconst_0
            ireturn
        11: .line 833
      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 838
      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 848
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.buff:[B
            astore 3 /* b */
        start local 3 // byte[] b
         1: .line 849
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 850
            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 851
      StackMap locals: byte[] int
      StackMap stack:
            iconst_0
            ireturn
         4: .line 853
      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 854
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 855
      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 856
            iconst_0
            ireturn
         9: .line 854
      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 859
            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 863
            aload 1 /* src */
            iload 2 /* srcOff */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* first */
        start local 5 // char first
         1: .line 866
            iload 2 /* srcOff */
            iload 3 /* srcLen */
            iadd
            istore 6 /* srcEnd */
        start local 6 // int srcEnd
         2: .line 868
            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 15
         4: .line 869
      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 6
         5: .line 870
            goto 14
         6: .line 873
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            iadd
            istore 8 /* myPos */
        start local 8 // int myPos
         7: .line 874
            iload 2 /* srcOff */
            iconst_1
            iadd
            istore 9 /* srcPos */
        start local 9 // int srcPos
         8: goto 13
         9: .line 875
      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 11
        10: .line 876
            goto 14
        11: .line 878
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmpne 13
        12: .line 879
            iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.start:I
            isub
            ireturn
        13: .line 874
      StackMap locals:
      StackMap stack:
            iload 9 /* srcPos */
            iload 6 /* srcEnd */
            if_icmplt 9
        end local 9 // int srcPos
        end local 8 // int myPos
        14: .line 868
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.ByteChunk.end:I
            iload 3 /* srcLen */
            isub
            if_icmple 4
        end local 7 // int i
        16: .line 883
            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   17     0    this  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   17     1     src  Ljava/lang/String;
            0   17     2  srcOff  I
            0   17     3  srcLen  I
            0   17     4   myOff  I
            1   17     5   first  C
            2   17     6  srcEnd  I
            3   16     7       i  I
            7   14     8   myPos  I
            8   14     9  srcPos  I
    MethodParameters:
        Name  Flags
      src     
      srcOff  
      srcLen  
      myOff   

  public 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 890
            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 895
            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 902
            iload 2 /* b1Len */
            iload 5 /* b2Len */
            if_icmpeq 2
         1: .line 903
            iconst_0
            ireturn
         2: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            aload 3 /* b2 */
            if_acmpne 4
         3: .line 907
            iconst_1
            ireturn
         4: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            ifnull 5
            aload 3 /* b2 */
            ifnonnull 6
         5: .line 911
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 914
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 11
         8: .line 915
      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 916
            iconst_0
            ireturn
        10: .line 914
      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 919
            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 926
            aload 0 /* b */
            ifnull 1
            iload 2 /* len */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 2
         1: .line 927
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 930
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 931
      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 932
            iconst_0
            ireturn
         6: .line 930
      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 935
            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 943
            iload 2 /* b1Len */
            iload 5 /* b2Len */
            if_icmpeq 2
         1: .line 944
            iconst_0
            ireturn
         2: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            aload 3 /* b2 */
            if_acmpne 4
         3: .line 948
            iconst_1
            ireturn
         4: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* b1 */
            ifnull 5
            aload 3 /* b2 */
            ifnonnull 6
         5: .line 952
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 955
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 11
         8: .line 956
      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 957
            iconst_0
            ireturn
        10: .line 955
      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 960
            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 970
            iload 2 /* len */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 2
         1: .line 971
            iconst_0
            ireturn
         2: .line 973
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            istore 4 /* boff */
        start local 4 // int boff
         3: .line 974
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 975
      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 976
            iconst_0
            ireturn
         7: .line 974
      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 979
            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 995
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 996
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpeq 3
         2: .line 997
            iconst_0
            ireturn
         3: .line 1000
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 1001
      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 1002
            iconst_0
            ireturn
         7: .line 1000
      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 1006
            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 1010
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 1012
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpge 3
         2: .line 1013
            iconst_0
            ireturn
         3: .line 1016
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 1017
      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 1018
            iconst_0
            ireturn
         7: .line 1016
      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 1022
            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 1026
            iload 1 /* start */
            iload 2 /* bytesLen */
            iadd
            istore 3 /* max */
        start local 3 // int max
         1: .line 1027
            iconst_0
            istore 4 /* code */
        start local 4 // int code
         2: .line 1028
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 1029
      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 1028
            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 1031
            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 1035
            iload 1 /* start */
            iload 2 /* bytesLen */
            iadd
            istore 3 /* max */
        start local 3 // int max
         1: .line 1036
            iconst_0
            istore 4 /* code */
        start local 4 // int code
         2: .line 1037
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 1038
      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 1037
            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 1040
            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 1051
            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 1052
            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 1057
            goto 5
         1: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* bytes */
            iload 1 /* off */
            baload
            istore 4 /* b */
        start local 4 // byte b
         2: .line 1059
            iload 4 /* b */
            iload 3 /* qq */
            if_icmpne 4
         3: .line 1060
            iload 1 /* off */
            ireturn
         4: .line 1063
      StackMap locals: int
      StackMap stack:
            iinc 1 /* off */ 1
        end local 4 // byte b
         5: .line 1057
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 2 /* end */
            if_icmplt 1
         6: .line 1065
            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 1074
            iload 3 /* c */
            i2b
            istore 4 /* b */
        start local 4 // byte b
         1: .line 1075
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1076
            goto 6
         3: .line 1077
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            iload 5 /* offset */
            baload
            iload 4 /* b */
            if_icmpne 5
         4: .line 1078
            iload 5 /* offset */
            ireturn
         5: .line 1080
      StackMap locals:
      StackMap stack:
            iinc 5 /* offset */ 1
         6: .line 1076
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
         7: .line 1082
            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 1091
            aload 3 /* c */
            arraylength
            istore 4 /* clen */
        start local 4 // int clen
         1: .line 1092
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1093
            goto 10
         3: .line 1094
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 8
         5: .line 1095
      StackMap locals: int
      StackMap stack:
            aload 0 /* buf */
            iload 5 /* offset */
            baload
            aload 3 /* c */
            iload 6 /* i */
            baload
            if_icmpne 7
         6: .line 1096
            iload 5 /* offset */
            ireturn
         7: .line 1094
      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 1099
            iinc 5 /* offset */ 1
        10: .line 1093
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
        11: .line 1101
            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 1110
            aload 3 /* c */
            arraylength
            istore 4 /* clen */
        start local 4 // int clen
         1: .line 1111
            iload 1 /* start */
            istore 5 /* offset */
        start local 5 // int offset
         2: .line 1114
            goto 14
         3: .line 1115
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 6 /* found */
        start local 6 // boolean found
         4: .line 1116
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 10
         6: .line 1117
      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 1118
            iconst_0
            istore 6 /* found */
         8: .line 1119
            goto 11
         9: .line 1116
      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 1122
      StackMap locals:
      StackMap stack:
            iload 6 /* found */
            ifeq 13
        12: .line 1123
            iload 5 /* offset */
            ireturn
        13: .line 1125
      StackMap locals:
      StackMap stack:
            iinc 5 /* offset */ 1
        end local 6 // boolean found
        14: .line 1114
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 2 /* end */
            if_icmplt 3
        15: .line 1127
            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 1137
            aload 0 /* value */
            invokevirtual java.lang.String.length:()I
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 1138
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 1139
      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 1138
            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 1141
            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