public class org.glassfish.grizzly.http.util.BufferChunk implements org.glassfish.grizzly.http.util.Chunk
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.BufferChunk
  super_class: java.lang.Object
{
  private static final java.nio.charset.Charset DEFAULT_CHARSET;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.glassfish.grizzly.Buffer buffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  java.lang.String cachedString;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.nio.charset.Charset cachedStringCharset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0000) 

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

  public void setBufferChunk(org.glassfish.grizzly.Buffer, int, int);
    descriptor: (Lorg/glassfish/grizzly/Buffer;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // org.glassfish.grizzly.Buffer buffer
        start local 2 // int start
        start local 3 // int end
         0: .line 48
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* end */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.setBufferChunk:(Lorg/glassfish/grizzly/Buffer;III)V
         1: .line 49
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    2     1  buffer  Lorg/glassfish/grizzly/Buffer;
            0    2     2   start  I
            0    2     3     end  I
    MethodParameters:
        Name  Flags
      buffer  final
      start   final
      end     final

  public void setBufferChunk(org.glassfish.grizzly.Buffer, int, int, int);
    descriptor: (Lorg/glassfish/grizzly/Buffer;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // org.glassfish.grizzly.Buffer buffer
        start local 2 // int start
        start local 3 // int end
        start local 4 // int limit
         0: .line 52
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
         1: .line 53
            aload 0 /* this */
            iload 2 /* start */
            putfield org.glassfish.grizzly.http.util.BufferChunk.start:I
         2: .line 54
            aload 0 /* this */
            iload 3 /* end */
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
         3: .line 55
            aload 0 /* this */
            iload 4 /* limit */
            putfield org.glassfish.grizzly.http.util.BufferChunk.limit:I
         4: .line 56
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.resetStringCache:()V
         5: .line 57
            return
        end local 4 // int limit
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    6     1  buffer  Lorg/glassfish/grizzly/Buffer;
            0    6     2   start  I
            0    6     3     end  I
            0    6     4   limit  I
    MethodParameters:
        Name  Flags
      buffer  final
      start   final
      end     final
      limit   final

  public org.glassfish.grizzly.Buffer getBuffer();
    descriptor: ()Lorg/glassfish/grizzly/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 60
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

  public void setBuffer(org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // org.glassfish.grizzly.Buffer buffer
         0: .line 64
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
         1: .line 65
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.resetStringCache:()V
         2: .line 66
            return
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    3     1  buffer  Lorg/glassfish/grizzly/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

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

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

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

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

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

  public final boolean isNull();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 96
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

  public void allocate(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // int size
         0: .line 100
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.limit:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            isub
            iload 1 /* size */
            if_icmpge 2
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            iload 1 /* size */
            newarray 8
            invokestatic org.glassfish.grizzly.memory.Buffers.wrap:(Lorg/glassfish/grizzly/memory/MemoryManager;[B)Lorg/glassfish/grizzly/Buffer;
            iconst_0
            iconst_0
            iload 1 /* size */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.setBufferChunk:(Lorg/glassfish/grizzly/Buffer;III)V
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
         3: .line 105
            return
        end local 1 // int size
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public void delete(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 109
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 1 /* start */
            iadd
            istore 3 /* absDeleteStart */
        start local 3 // int absDeleteStart
         1: .line 110
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* end */
            iadd
            istore 4 /* absDeleteEnd */
        start local 4 // int absDeleteEnd
         2: .line 112
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            iload 4 /* absDeleteEnd */
            isub
            istore 5 /* diff */
        start local 5 // int diff
         3: .line 113
            iload 5 /* diff */
            ifne 6
         4: .line 114
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
         5: .line 115
            goto 17
         6: .line 116
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 6 /* oldPos */
        start local 6 // int oldPos
         7: .line 117
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.limit:()I
            istore 7 /* oldLim */
        start local 7 // int oldLim
         8: .line 120
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 3 /* absDeleteStart */
            iload 3 /* absDeleteStart */
            iload 5 /* diff */
            iadd
            invokestatic org.glassfish.grizzly.memory.Buffers.setPositionLimit:(Lorg/glassfish/grizzly/Buffer;II)V
         9: .line 123
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.duplicate:()Lorg/glassfish/grizzly/Buffer;
            astore 8 /* duplicate */
        start local 8 // org.glassfish.grizzly.Buffer duplicate
        10: .line 124
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 8 /* duplicate */
            iload 4 /* absDeleteEnd */
            iload 5 /* diff */
            invokeinterface org.glassfish.grizzly.Buffer.put:(Lorg/glassfish/grizzly/Buffer;II)Lorg/glassfish/grizzly/Buffer;
            pop
        11: .line 125
            aload 0 /* this */
            iload 3 /* absDeleteStart */
            iload 5 /* diff */
            iadd
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
        end local 8 // org.glassfish.grizzly.Buffer duplicate
        12: .line 126
            goto 16
      StackMap locals: org.glassfish.grizzly.http.util.BufferChunk int int int int int int int
      StackMap stack: java.lang.Throwable
        13: astore 9
        14: .line 127
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* oldPos */
            iload 7 /* oldLim */
            invokestatic org.glassfish.grizzly.memory.Buffers.setPositionLimit:(Lorg/glassfish/grizzly/Buffer;II)V
        15: .line 128
            aload 9
            athrow
        16: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* oldPos */
            iload 7 /* oldLim */
            invokestatic org.glassfish.grizzly.memory.Buffers.setPositionLimit:(Lorg/glassfish/grizzly/Buffer;II)V
        end local 7 // int oldLim
        end local 6 // int oldPos
        17: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.resetStringCache:()V
        18: .line 132
            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.BufferChunk this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   19     1           start  I
            0   19     2             end  I
            1   19     3  absDeleteStart  I
            2   19     4    absDeleteEnd  I
            3   19     5            diff  I
            7   17     6          oldPos  I
            8   17     7          oldLim  I
           10   12     8       duplicate  Lorg/glassfish/grizzly/Buffer;
      Exception table:
        from    to  target  type
           8    13      13  any
    MethodParameters:
       Name  Flags
      start  final
      end    final

  public void append(org.glassfish.grizzly.http.util.BufferChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/BufferChunk;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // org.glassfish.grizzly.http.util.BufferChunk bc
         0: .line 135
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 2 /* oldPos */
        start local 2 // int oldPos
         1: .line 136
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.limit:()I
            istore 3 /* oldLim */
        start local 3 // int oldLim
         2: .line 137
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            istore 4 /* srcLen */
        start local 4 // int srcLen
         3: .line 138
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            iload 4 /* srcLen */
            iadd
            invokestatic org.glassfish.grizzly.memory.Buffers.setPositionLimit:(Lorg/glassfish/grizzly/Buffer;II)V
         4: .line 139
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            iload 4 /* srcLen */
            invokeinterface org.glassfish.grizzly.Buffer.put:(Lorg/glassfish/grizzly/Buffer;II)Lorg/glassfish/grizzly/Buffer;
            pop
         5: .line 140
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 2 /* oldPos */
            iload 3 /* oldLim */
            invokestatic org.glassfish.grizzly.memory.Buffers.setPositionLimit:(Lorg/glassfish/grizzly/Buffer;II)V
         6: .line 141
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            iload 4 /* srcLen */
            iadd
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
         7: .line 142
            return
        end local 4 // int srcLen
        end local 3 // int oldLim
        end local 2 // int oldPos
        end local 1 // org.glassfish.grizzly.http.util.BufferChunk bc
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    8     1      bc  Lorg/glassfish/grizzly/http/util/BufferChunk;
            1    8     2  oldPos  I
            2    8     3  oldLim  I
            3    8     4  srcLen  I
    MethodParameters:
      Name  Flags
      bc    final

  public final int indexOf(char, int);
    descriptor: (CI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // char c
        start local 2 // int fromIndex
         0: .line 146
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* fromIndex */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            iload 1 /* c */
            invokestatic org.glassfish.grizzly.http.util.BufferChunk.indexOf:(Lorg/glassfish/grizzly/Buffer;IIC)I
            istore 3 /* idx */
        start local 3 // int idx
         1: .line 147
            iload 3 /* idx */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            if_icmplt 2
            iload 3 /* idx */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // int idx
        end local 2 // int fromIndex
        end local 1 // char c
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    4     1          c  C
            0    4     2  fromIndex  I
            1    4     3        idx  I
    MethodParameters:
           Name  Flags
      c          final
      fromIndex  final

  public final int indexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.String s
        start local 2 // int fromIndex
         0: .line 152
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* fromIndex */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            aload 1 /* s */
            invokestatic org.glassfish.grizzly.http.util.BufferChunk.indexOf:(Lorg/glassfish/grizzly/Buffer;IILjava/lang/CharSequence;)I
            istore 3 /* idx */
        start local 3 // int idx
         1: .line 153
            iload 3 /* idx */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            if_icmplt 2
            iload 3 /* idx */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // int idx
        end local 2 // int fromIndex
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    4     1          s  Ljava/lang/String;
            0    4     2  fromIndex  I
            1    4     3        idx  I
    MethodParameters:
           Name  Flags
      s          final
      fromIndex  final

  boolean startsWith(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 157
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 158
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 2 /* pos */
            isub
            if_icmple 3
         2: .line 159
            iconst_0
            ireturn
         3: .line 162
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* pos */
            iadd
            istore 4 /* off */
        start local 4 // int off
         4: .line 163
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 9
         6: .line 164
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* off */
            iinc 4 /* off */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 8
         7: .line 165
            iconst_0
            ireturn
         8: .line 163
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 5 // int i
        10: .line 169
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // int pos
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   11     1     s  Ljava/lang/String;
            0   11     2   pos  I
            1   11     3   len  I
            4   11     4   off  I
            5   10     5     i  I
    MethodParameters:
      Name  Flags
      s     
      pos   

  public boolean startsWithIgnoreCase(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.String s
        start local 2 // int pos
         0: .line 173
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 174
            iload 3 /* len */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 2 /* pos */
            isub
            if_icmple 3
         2: .line 175
            iconst_0
            ireturn
         3: .line 178
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* pos */
            iadd
            istore 4 /* off */
        start local 4 // int off
         4: .line 179
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 9
         6: .line 180
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* off */
            iinc 4 /* off */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 8
         7: .line 181
            iconst_0
            ireturn
         8: .line 179
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 5 // int i
        10: .line 185
            iconst_1
            ireturn
        end local 4 // int off
        end local 3 // int len
        end local 2 // int pos
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   11     1     s  Ljava/lang/String;
            0   11     2   pos  I
            1   11     3   len  I
            4   11     4   off  I
            5   10     5     i  I
    MethodParameters:
      Name  Flags
      s     
      pos   

  public int findBytesAscii(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // byte[] b
         0: .line 197
            aload 1 /* b */
            iconst_0
            baload
            istore 2 /* first */
        start local 2 // byte first
         1: .line 198
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            istore 3 /* from */
        start local 3 // int from
         2: .line 199
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getEnd:()I
            istore 4 /* to */
        start local 4 // int to
         3: .line 202
            aload 1 /* b */
            arraylength
            istore 5 /* srcEnd */
        start local 5 // int srcEnd
         4: .line 204
            iload 3 /* from */
            istore 6 /* i */
        start local 6 // int i
         5: goto 17
         6: .line 205
      StackMap locals: org.glassfish.grizzly.http.util.BufferChunk byte[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            iload 2 /* first */
            if_icmpeq 8
         7: .line 206
            goto 16
         8: .line 209
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iconst_1
            iadd
            istore 7 /* myPos */
        start local 7 // int myPos
         9: .line 210
            iconst_1
            istore 8 /* srcPos */
        start local 8 // int srcPos
        10: goto 15
        11: .line 211
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 7 /* myPos */
            iinc 7 /* myPos */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 8 /* srcPos */
            iinc 8 /* srcPos */ 1
            baload
            if_icmpeq 13
        12: .line 212
            goto 16
        13: .line 214
      StackMap locals:
      StackMap stack:
            iload 8 /* srcPos */
            iload 5 /* srcEnd */
            if_icmpne 15
        14: .line 215
            iload 6 /* i */
            iload 3 /* from */
            isub
            ireturn
        15: .line 210
      StackMap locals:
      StackMap stack:
            iload 8 /* srcPos */
            iload 5 /* srcEnd */
            if_icmplt 11
        end local 8 // int srcPos
        end local 7 // int myPos
        16: .line 204
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 6 /* i */
            iload 4 /* to */
            iload 5 /* srcEnd */
            isub
            if_icmple 6
        end local 6 // int i
        18: .line 220
            iconst_m1
            ireturn
        end local 5 // int srcEnd
        end local 4 // int to
        end local 3 // int from
        end local 2 // byte first
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   19     1       b  [B
            1   19     2   first  B
            2   19     3    from  I
            3   19     4      to  I
            4   19     5  srcEnd  I
            5   18     6       i  I
            9   16     7   myPos  I
           10   16     8  srcPos  I
    MethodParameters:
      Name  Flags
      b     

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

  public int hash();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 229
            iconst_0
            istore 1 /* code */
        start local 1 // int code
         1: .line 230
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 231
      StackMap locals: int int
      StackMap stack:
            iload 1 /* code */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 2 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            iadd
            istore 1 /* code */
         4: .line 230
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 3
        end local 2 // int i
         6: .line 233
            iload 1 /* code */
            ireturn
        end local 1 // int code
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            1    7     1  code  I
            2    6     2     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.Object o
         0: .line 238
            aload 1 /* o */
            instanceof org.glassfish.grizzly.http.util.BufferChunk
            ifne 2
         1: .line 239
            iconst_0
            ireturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.glassfish.grizzly.http.util.BufferChunk
            astore 2 /* anotherBC */
        start local 2 // org.glassfish.grizzly.http.util.BufferChunk anotherBC
         3: .line 244
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            istore 3 /* len */
        start local 3 // int len
         4: .line 246
            iload 3 /* len */
            aload 2 /* anotherBC */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            if_icmpeq 6
         5: .line 247
            iconst_0
            ireturn
         6: .line 250
      StackMap locals: org.glassfish.grizzly.http.util.BufferChunk int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* offs1 */
        start local 4 // int offs1
         7: .line 251
            aload 2 /* anotherBC */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 5 /* offs2 */
        start local 5 // int offs2
         8: .line 253
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 13
        10: .line 254
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* offs1 */
            iinc 4 /* offs1 */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 2 /* anotherBC */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 5 /* offs2 */
            iinc 5 /* offs2 */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            if_icmpeq 12
        11: .line 255
            iconst_0
            ireturn
        12: .line 253
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* len */
            if_icmplt 10
        end local 6 // int i
        14: .line 259
            iconst_1
            ireturn
        end local 5 // int offs2
        end local 4 // int offs1
        end local 3 // int len
        end local 2 // org.glassfish.grizzly.http.util.BufferChunk anotherBC
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   15     1          o  Ljava/lang/Object;
            3   15     2  anotherBC  Lorg/glassfish/grizzly/http/util/BufferChunk;
            4   15     3        len  I
            7   15     4      offs1  I
            8   15     5      offs2  I
            9   14     6          i  I
    MethodParameters:
      Name  Flags
      o     final

  public boolean equals(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.CharSequence s
         0: .line 263
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 2
         1: .line 264
            iconst_0
            ireturn
         2: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 268
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 2 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 1 /* s */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            isub
            invokeinterface java.lang.CharSequence.charAt:(I)C
            if_icmpeq 6
         5: .line 269
            iconst_0
            ireturn
         6: .line 267
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 4
        end local 2 // int i
         8: .line 273
            iconst_1
            ireturn
        end local 1 // java.lang.CharSequence s
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    9     1     s  Ljava/lang/CharSequence;
            3    8     2     i  I
    MethodParameters:
      Name  Flags
      s     

  public boolean equals(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // byte[] b
         0: .line 286
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.equals:([BII)Z
            ireturn
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     final

  public boolean equals(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 301
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 2
         1: .line 302
            iconst_0
            ireturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 306
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 1 /* b */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            baload
            if_icmpeq 6
         5: .line 307
            iconst_0
            ireturn
         6: .line 305
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 4
        end local 4 // int i
         8: .line 311
            iconst_1
            ireturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    9     1       b  [B
            0    9     2  offset  I
            0    9     3     len  I
            3    8     4       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  
      len     final

  public static boolean equals(byte[], int, int, org.glassfish.grizzly.Buffer, int, int);
    descriptor: ([BIILorg/glassfish/grizzly/Buffer;II)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // byte[] c
        start local 1 // int cOff
        start local 2 // int cLen
        start local 3 // org.glassfish.grizzly.Buffer t
        start local 4 // int tOff
        start local 5 // int tLen
         0: .line 318
            iload 2 /* cLen */
            iload 5 /* tLen */
            if_icmpeq 2
         1: .line 319
            iconst_0
            ireturn
         2: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* c */
            ifnull 3
            aload 3 /* t */
            ifnonnull 4
         3: .line 323
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 326
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 9
         6: .line 327
      StackMap locals: int
      StackMap stack:
            aload 0 /* c */
            iload 6 /* i */
            iload 1 /* cOff */
            iadd
            baload
            aload 3 /* t */
            iload 6 /* i */
            iload 4 /* tOff */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            if_icmpeq 8
         7: .line 328
            iconst_0
            ireturn
         8: .line 326
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            iload 2 /* cLen */
            if_icmplt 6
        end local 6 // int i
        10: .line 331
            iconst_1
            ireturn
        end local 5 // int tLen
        end local 4 // int tOff
        end local 3 // org.glassfish.grizzly.Buffer t
        end local 2 // int cLen
        end local 1 // int cOff
        end local 0 // byte[] c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     c  [B
            0   11     1  cOff  I
            0   11     2  cLen  I
            0   11     3     t  Lorg/glassfish/grizzly/Buffer;
            0   11     4  tOff  I
            0   11     5  tLen  I
            5   10     6     i  I
    MethodParameters:
      Name  Flags
      c     final
      cOff  final
      cLen  final
      t     final
      tOff  final
      tLen  final

  public boolean equals(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // char[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 346
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 2
         1: .line 347
            iconst_0
            ireturn
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 351
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 1 /* b */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            caload
            if_icmpeq 6
         5: .line 352
            iconst_0
            ireturn
         6: .line 350
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 4
        end local 4 // int i
         8: .line 356
            iconst_1
            ireturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // char[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    9     1       b  [C
            0    9     2  offset  I
            0    9     3     len  I
            3    8     4       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  
      len     final

  public boolean equalsIgnoreCase(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.Object o
         0: .line 360
            aload 1 /* o */
            instanceof org.glassfish.grizzly.http.util.BufferChunk
            ifne 2
         1: .line 361
            iconst_0
            ireturn
         2: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.glassfish.grizzly.http.util.BufferChunk
            astore 2 /* anotherBC */
        start local 2 // org.glassfish.grizzly.http.util.BufferChunk anotherBC
         3: .line 366
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            istore 3 /* len */
        start local 3 // int len
         4: .line 368
            iload 3 /* len */
            aload 2 /* anotherBC */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            if_icmpeq 6
         5: .line 369
            iconst_0
            ireturn
         6: .line 372
      StackMap locals: org.glassfish.grizzly.http.util.BufferChunk int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* offs1 */
        start local 4 // int offs1
         7: .line 373
            aload 2 /* anotherBC */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 5 /* offs2 */
        start local 5 // int offs2
         8: .line 375
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 13
        10: .line 376
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* offs1 */
            iinc 4 /* offs1 */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 2 /* anotherBC */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 5 /* offs2 */
            iinc 5 /* offs2 */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 12
        11: .line 377
            iconst_0
            ireturn
        12: .line 375
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* len */
            if_icmplt 10
        end local 6 // int i
        14: .line 381
            iconst_1
            ireturn
        end local 5 // int offs2
        end local 4 // int offs1
        end local 3 // int len
        end local 2 // org.glassfish.grizzly.http.util.BufferChunk anotherBC
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   15     1          o  Ljava/lang/Object;
            3   15     2  anotherBC  Lorg/glassfish/grizzly/http/util/BufferChunk;
            4   15     3        len  I
            7   15     4      offs1  I
            8   15     5      offs2  I
            9   14     6          i  I
    MethodParameters:
      Name  Flags
      o     final

  public boolean equalsIgnoreCase(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.lang.CharSequence s
         0: .line 385
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmpeq 2
         1: .line 386
            iconst_0
            ireturn
         2: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 390
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 2 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* s */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            isub
            invokeinterface java.lang.CharSequence.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 6
         5: .line 391
            iconst_0
            ireturn
         6: .line 389
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 4
        end local 2 // int i
         8: .line 395
            iconst_1
            ireturn
        end local 1 // java.lang.CharSequence s
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    9     1     s  Ljava/lang/CharSequence;
            3    8     2     i  I
    MethodParameters:
      Name  Flags
      s     

  public boolean equalsIgnoreCase(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // byte[] b
         0: .line 399
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.equalsIgnoreCase:([BII)Z
            ireturn
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     final

  public boolean equalsIgnoreCase(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 403
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 2
         1: .line 404
            iconst_0
            ireturn
         2: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* offs1 */
        start local 4 // int offs1
         3: .line 408
            iload 2 /* offset */
            istore 5 /* offs2 */
        start local 5 // int offs2
         4: .line 410
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 9
         6: .line 411
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* offs1 */
            iinc 4 /* offs1 */ 1
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 5 /* offs2 */
            iinc 5 /* offs2 */ 1
            baload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 8
         7: .line 412
            iconst_0
            ireturn
         8: .line 410
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            iload 3 /* len */
            if_icmplt 6
        end local 6 // int i
        10: .line 416
            iconst_1
            ireturn
        end local 5 // int offs2
        end local 4 // int offs1
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   11     1       b  [B
            0   11     2  offset  I
            0   11     3     len  I
            3   11     4   offs1  I
            4   11     5   offs2  I
            5   10     6       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  final
      len     final

  public boolean equalsIgnoreCase(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // char[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 431
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getLength:()I
            iload 3 /* len */
            if_icmpeq 2
         1: .line 432
            iconst_0
            ireturn
         2: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 436
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 4 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 1 /* b */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            caload
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpeq 6
         5: .line 437
            iconst_0
            ireturn
         6: .line 435
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            if_icmplt 4
        end local 4 // int i
         8: .line 441
            iconst_1
            ireturn
        end local 3 // int len
        end local 2 // int offset
        end local 1 // char[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    9     1       b  [C
            0    9     2  offset  I
            0    9     3     len  I
            3    8     4       i  I
    MethodParameters:
        Name  Flags
      b       final
      offset  
      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.BufferChunk this
        start local 1 // byte[] b
         0: .line 454
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            aload 1 /* b */
            invokestatic org.glassfish.grizzly.http.util.BufferChunk.equalsIgnoreCaseLowerCase:(Lorg/glassfish/grizzly/Buffer;II[B)Z
            ireturn
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     final

  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.BufferChunk this
         0: .line 459
            aload 0 /* this */
            aconst_null
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // java.nio.charset.Charset charset
         0: .line 463
            aload 1 /* charset */
            ifnonnull 2
         1: .line 464
            getstatic org.glassfish.grizzly.http.util.BufferChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            astore 1 /* charset */
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.cachedString:Ljava/lang/String;
            ifnull 4
            aload 1 /* charset */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.cachedStringCharset:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 468
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.cachedString:Ljava/lang/String;
            areturn
         4: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 1 /* charset */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.end:I
            invokeinterface org.glassfish.grizzly.Buffer.toStringContent:(Ljava/nio/charset/Charset;II)Ljava/lang/String;
            putfield org.glassfish.grizzly.http.util.BufferChunk.cachedString:Ljava/lang/String;
         5: .line 473
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.glassfish.grizzly.http.util.BufferChunk.cachedStringCharset:Ljava/nio/charset/Charset;
         6: .line 475
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.cachedString:Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    7     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // int start
        start local 2 // int end
         0: .line 480
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            getstatic org.glassfish.grizzly.http.util.BufferChunk.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 1 /* start */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iload 2 /* end */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.toStringContent:(Ljava/nio/charset/Charset;II)Ljava/lang/String;
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  final
      end    final

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

  protected final void reset();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 489
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
         1: .line 490
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.BufferChunk.start:I
         2: .line 491
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.BufferChunk.end:I
         3: .line 492
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.util.BufferChunk.limit:I
         4: .line 493
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.resetStringCache:()V
         5: .line 494
            return
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

  public final void recycle();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 497
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.reset:()V
         1: .line 498
            return
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/BufferChunk;

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

  public static int indexOf(org.glassfish.grizzly.Buffer, int, int, char);
    descriptor: (Lorg/glassfish/grizzly/Buffer;IIC)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.Buffer buffer
        start local 1 // int off
        start local 2 // int end
        start local 3 // char qq
         0: .line 508
            goto 5
         1: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* off */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            istore 4 /* b */
        start local 4 // byte b
         2: .line 510
            iload 4 /* b */
            iload 3 /* qq */
            if_icmpne 4
         3: .line 511
            iload 1 /* off */
            ireturn
         4: .line 513
      StackMap locals: int
      StackMap stack:
            iinc 1 /* off */ 1
        end local 4 // byte b
         5: .line 508
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 2 /* end */
            if_icmplt 1
         6: .line 516
            iconst_m1
            ireturn
        end local 3 // char qq
        end local 2 // int end
        end local 1 // int off
        end local 0 // org.glassfish.grizzly.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  buffer  Lorg/glassfish/grizzly/Buffer;
            0    7     1     off  I
            0    7     2     end  I
            0    7     3      qq  C
            2    5     4       b  B
    MethodParameters:
        Name  Flags
      buffer  final
      off     
      end     final
      qq      final

  public static int indexOf(org.glassfish.grizzly.Buffer, int, int, java.lang.CharSequence);
    descriptor: (Lorg/glassfish/grizzly/Buffer;IILjava/lang/CharSequence;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.glassfish.grizzly.Buffer buffer
        start local 1 // int off
        start local 2 // int end
        start local 3 // java.lang.CharSequence s
         0: .line 521
            aload 3 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            istore 4 /* strLen */
        start local 4 // int strLen
         1: .line 522
            iload 4 /* strLen */
            ifne 3
         2: .line 523
            iload 1 /* off */
            ireturn
         3: .line 526
      StackMap locals: int
      StackMap stack:
            iload 4 /* strLen */
            iload 2 /* end */
            iload 1 /* off */
            isub
            if_icmple 5
         4: .line 527
            iconst_m1
            ireturn
         5: .line 530
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        start local 5 // int strOffs
         6: .line 531
            iload 2 /* end */
            iload 4 /* strLen */
            isub
            istore 6 /* lastOffs */
        start local 6 // int lastOffs
         7: .line 533
            goto 15
         8: .line 534
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* off */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            istore 7 /* b */
        start local 7 // byte b
         9: .line 535
            iload 7 /* b */
            aload 3 /* s */
            iload 5 /* strOffs */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            if_icmpne 13
        10: .line 536
            iinc 5 /* strOffs */ 1
        11: .line 537
            iload 5 /* strOffs */
            iload 4 /* strLen */
            if_icmpne 14
        12: .line 538
            iload 1 /* off */
            iload 4 /* strLen */
            isub
            iconst_1
            iadd
            ireturn
        13: .line 541
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* strOffs */
        14: .line 544
      StackMap locals:
      StackMap stack:
            iinc 1 /* off */ 1
        end local 7 // byte b
        15: .line 533
      StackMap locals:
      StackMap stack:
            iload 1 /* off */
            iload 6 /* lastOffs */
            iload 5 /* strOffs */
            iadd
            if_icmple 8
        16: .line 546
            iconst_m1
            ireturn
        end local 6 // int lastOffs
        end local 5 // int strOffs
        end local 4 // int strLen
        end local 3 // java.lang.CharSequence s
        end local 2 // int end
        end local 1 // int off
        end local 0 // org.glassfish.grizzly.Buffer buffer
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0    buffer  Lorg/glassfish/grizzly/Buffer;
            0   17     1       off  I
            0   17     2       end  I
            0   17     3         s  Ljava/lang/CharSequence;
            1   17     4    strLen  I
            6   17     5   strOffs  I
            7   17     6  lastOffs  I
            9   15     7         b  B
    MethodParameters:
        Name  Flags
      buffer  final
      off     
      end     final
      s       final

  public int compareIgnoreCase(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // int start
        start local 2 // int end
        start local 3 // java.lang.String compareTo
         0: .line 553
            iconst_0
            istore 4 /* result */
        start local 4 // int result
         1: .line 555
            aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            istore 5 /* len */
        start local 5 // int len
         2: .line 556
            iload 2 /* end */
            iload 1 /* start */
            isub
            iload 5 /* len */
            if_icmpge 4
         3: .line 557
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 5 /* len */
         4: .line 559
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 12
         6: .line 560
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* i */
            iload 1 /* start */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* compareTo */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmple 9
         7: .line 561
            iconst_1
            istore 4 /* result */
         8: .line 562
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* i */
            iload 1 /* start */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* compareTo */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            if_icmpge 11
        10: .line 563
            iconst_m1
            istore 4 /* result */
        11: .line 559
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 5 /* len */
            if_icmpge 13
            iload 4 /* result */
            ifeq 6
        end local 6 // int i
        13: .line 566
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ifne 19
        14: .line 567
            aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            iload 2 /* end */
            iload 1 /* start */
            isub
            if_icmple 17
        15: .line 568
            iconst_m1
            istore 4 /* result */
        16: .line 569
            goto 19
      StackMap locals:
      StackMap stack:
        17: aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            iload 2 /* end */
            iload 1 /* start */
            isub
            if_icmpge 19
        18: .line 570
            iconst_1
            istore 4 /* result */
        19: .line 573
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ireturn
        end local 5 // int len
        end local 4 // int result
        end local 3 // java.lang.String compareTo
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   20     1      start  I
            0   20     2        end  I
            0   20     3  compareTo  Ljava/lang/String;
            1   20     4     result  I
            2   20     5        len  I
            5   13     6          i  I
    MethodParameters:
           Name  Flags
      start      
      end        
      compareTo  

  public int compare(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
        start local 1 // int start
        start local 2 // int end
        start local 3 // java.lang.String compareTo
         0: .line 580
            iconst_0
            istore 4 /* result */
        start local 4 // int result
         1: .line 581
            aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            istore 5 /* len */
        start local 5 // int len
         2: .line 582
            iload 2 /* end */
            iload 1 /* start */
            isub
            iload 5 /* len */
            if_icmpge 4
         3: .line 583
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 5 /* len */
         4: .line 585
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 12
         6: .line 586
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* i */
            iload 1 /* start */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 3 /* compareTo */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmple 9
         7: .line 587
            iconst_1
            istore 4 /* result */
         8: .line 588
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            iload 6 /* i */
            iload 1 /* start */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 3 /* compareTo */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpge 11
        10: .line 589
            iconst_m1
            istore 4 /* result */
        11: .line 585
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 5 /* len */
            if_icmpge 13
            iload 4 /* result */
            ifeq 6
        end local 6 // int i
        13: .line 592
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ifne 19
        14: .line 593
            aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            iload 2 /* end */
            iload 1 /* start */
            isub
            if_icmple 17
        15: .line 594
            iconst_m1
            istore 4 /* result */
        16: .line 595
            goto 19
      StackMap locals:
      StackMap stack:
        17: aload 3 /* compareTo */
            invokevirtual java.lang.String.length:()I
            iload 2 /* end */
            iload 1 /* start */
            isub
            if_icmpge 19
        18: .line 596
            iconst_1
            istore 4 /* result */
        19: .line 599
      StackMap locals:
      StackMap stack:
            iload 4 /* result */
            ireturn
        end local 5 // int len
        end local 4 // int result
        end local 3 // java.lang.String compareTo
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            0   20     1      start  I
            0   20     2        end  I
            0   20     3  compareTo  Ljava/lang/String;
            1   20     4     result  I
            2   20     5        len  I
            5   13     6          i  I
    MethodParameters:
           Name  Flags
      start      
      end        
      compareTo  

  public static boolean equalsIgnoreCaseLowerCase(org.glassfish.grizzly.Buffer, int, int, byte[]);
    descriptor: (Lorg/glassfish/grizzly/Buffer;II[B)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.glassfish.grizzly.Buffer buffer
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] cmpTo
         0: .line 615
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 616
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpeq 3
         2: .line 617
            iconst_0
            ireturn
         3: .line 620
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 621
      StackMap locals: int
      StackMap stack:
            aload 0 /* buffer */
            iload 5 /* i */
            iload 1 /* start */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            invokestatic org.glassfish.grizzly.http.util.Ascii.toLower:(I)I
            aload 3 /* cmpTo */
            iload 5 /* i */
            baload
            if_icmpeq 7
         6: .line 622
            iconst_0
            ireturn
         7: .line 620
      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 626
            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 // org.glassfish.grizzly.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  buffer  Lorg/glassfish/grizzly/Buffer;
            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(org.glassfish.grizzly.Buffer, int, int, byte[]);
    descriptor: (Lorg/glassfish/grizzly/Buffer;II[B)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.glassfish.grizzly.Buffer buffer
        start local 1 // int start
        start local 2 // int end
        start local 3 // byte[] cmpTo
         0: .line 630
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 4 /* len */
        start local 4 // int len
         1: .line 632
            iload 4 /* len */
            aload 3 /* cmpTo */
            arraylength
            if_icmpge 3
         2: .line 633
            iconst_0
            ireturn
         3: .line 636
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 637
      StackMap locals: int
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* start */
            iload 5 /* i */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 3 /* cmpTo */
            iload 5 /* i */
            baload
            if_icmpeq 7
         6: .line 638
            iconst_0
            ireturn
         7: .line 636
      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 642
            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 // org.glassfish.grizzly.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  buffer  Lorg/glassfish/grizzly/Buffer;
            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 void trimLeft();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk this
         0: .line 646
            iconst_0
            istore 1 /* modified */
        start local 1 // boolean modified
         1: .line 647
            goto 4
         2: .line 648
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 1 /* modified */
         3: .line 649
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.util.BufferChunk.start:I
         4: .line 647
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.buffer:Lorg/glassfish/grizzly/Buffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.BufferChunk.start:I
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 32
            if_icmple 2
         5: .line 651
            iload 1 /* modified */
            ifeq 7
         6: .line 652
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.resetStringCache:()V
         7: .line 654
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean modified
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/grizzly/http/util/BufferChunk;
            1    8     1  modified  Z
}
SourceFile: "BufferChunk.java"