class org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
  super_class: java.lang.Object
{
  boolean isCrLf;
    descriptor: Z
    flags: (0x0000) 

  boolean isComplete;
    descriptor: Z
    flags: (0x0000) 

  int len;
    descriptor: I
    flags: (0x0000) 

  int offset;
    descriptor: I
    flags: (0x0000) 

  int couldBeBoundaryOffset;
    descriptor: I
    flags: (0x0000) 

  boolean isBoundary;
    descriptor: Z
    flags: (0x0000) 

  boolean isFinalBoundary;
    descriptor: Z
    flags: (0x0000) 

  final org.glassfish.grizzly.http.multipart.MultipartReadHandler this$0;
    descriptor: Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.glassfish.grizzly.http.multipart.MultipartReadHandler);
    descriptor: (Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 434
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
    MethodParameters:
        Name  Flags
      this$0  final

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 448
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
         1: .line 449
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isComplete:Z
         2: .line 450
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
         3: .line 451
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
         4: .line 452
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
         5: .line 453
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
         6: .line 454
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isFinalBoundary:Z
         7: .line 455
            return
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;

  public boolean hasContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 458
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
            ifeq 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            iconst_2
            if_icmpgt 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
            ifne 2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            iconst_1
            if_icmpgt 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;

  private boolean isBoundary();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 462
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.parseBoundary:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;

  private boolean parseBoundary();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 466
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.getLineTerminatorLength:()I
            istore 1 /* lineTerminatorLength */
        start local 1 // int lineTerminatorLength
         1: .line 467
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 2 /* boundaryLength */
        start local 2 // int boundaryLength
         2: .line 469
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            iload 2 /* boundaryLength */
            iconst_2
            iadd
            iload 1 /* lineTerminatorLength */
            iadd
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* isLookingSectionBoundary */
        start local 3 // boolean isLookingSectionBoundary
         5: .line 470
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            iload 2 /* boundaryLength */
            iconst_2
            iadd
            iload 1 /* lineTerminatorLength */
            iadd
            iconst_2
            iadd
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* isLookingFinalBoundary */
        start local 4 // boolean isLookingFinalBoundary
         8: .line 471
            iload 3 /* isLookingSectionBoundary */
            ifne 10
            iload 4 /* isLookingFinalBoundary */
            ifne 10
         9: .line 472
            iconst_0
            ireturn
        10: .line 475
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            astore 5 /* buffer */
        start local 5 // org.glassfish.grizzly.Buffer buffer
        11: .line 476
            aload 5 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
            iadd
            istore 6 /* position */
        start local 6 // int position
        12: .line 479
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            istore 7 /* checkIdx */
        start local 7 // int checkIdx
        13: .line 481
            iload 7 /* checkIdx */
            iconst_2
            if_icmpge 17
        14: .line 482
            aload 5 /* buffer */
            iload 6 /* position */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 45
            if_icmpne 15
            aload 5 /* buffer */
            iload 6 /* position */
            iconst_1
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 45
            if_icmpeq 16
        15: .line 483
      StackMap locals: org.glassfish.grizzly.Buffer int int
      StackMap stack:
            iconst_0
            ireturn
        16: .line 486
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* checkIdx */
        17: .line 490
      StackMap locals:
      StackMap stack:
            iload 7 /* checkIdx */
            istore 8 /* i */
        start local 8 // int i
        18: goto 22
        19: .line 492
      StackMap locals: int
      StackMap stack:
            aload 5 /* buffer */
            iload 6 /* position */
            iload 8 /* i */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
            iload 8 /* i */
            iconst_2
            isub
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 21
        20: .line 493
            iconst_0
            ireturn
        21: .line 490
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 8 /* i */
            iload 2 /* boundaryLength */
            iconst_2
            iadd
            if_icmplt 19
        end local 8 // int i
        23: .line 497
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
        24: .line 499
            iload 4 /* isLookingFinalBoundary */
            ifeq 28
        25: .line 500
            aload 5 /* buffer */
            iload 6 /* position */
            iconst_2
            iadd
            iload 2 /* boundaryLength */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 45
            if_icmpne 28
        26: .line 501
            aload 5 /* buffer */
            iload 6 /* position */
            iconst_2
            iadd
            iload 2 /* boundaryLength */
            iadd
            iconst_1
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 45
            if_icmpne 28
        27: .line 502
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isFinalBoundary:Z
        28: .line 506
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // int checkIdx
        end local 6 // int position
        end local 5 // org.glassfish.grizzly.Buffer buffer
        end local 4 // boolean isLookingFinalBoundary
        end local 3 // boolean isLookingSectionBoundary
        end local 2 // int boundaryLength
        end local 1 // int lineTerminatorLength
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   29     0                      this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
            1   29     1      lineTerminatorLength  I
            2   29     2            boundaryLength  I
            5   29     3  isLookingSectionBoundary  Z
            8   29     4    isLookingFinalBoundary  Z
           11   29     5                    buffer  Lorg/glassfish/grizzly/Buffer;
           12   29     6                  position  I
           13   29     7                  checkIdx  I
           18   23     8                         i  I

  private boolean couldBeBoundary();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 511
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_2
            iadd
            iconst_4
            iadd
            if_icmple 2
         1: .line 512
            iconst_0
            ireturn
         2: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            astore 1 /* buffer */
        start local 1 // org.glassfish.grizzly.Buffer buffer
         3: .line 516
            aload 1 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 2 /* position */
        start local 2 // int position
         4: .line 518
            goto 8
         5: .line 519
      StackMap locals: org.glassfish.grizzly.Buffer int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
            iload 2 /* position */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 45
            if_icmpeq 7
         6: .line 520
            iconst_0
            ireturn
         7: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iconst_2
            if_icmpge 9
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            if_icmplt 5
         9: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 3 /* boundaryLength */
        start local 3 // int boundaryLength
        10: .line 525
            goto 14
        11: .line 526
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
            iload 2 /* position */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iconst_2
            isub
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 13
        12: .line 527
            iconst_0
            ireturn
        13: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.line:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            if_icmpge 15
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
            iload 3 /* boundaryLength */
            if_icmplt 11
        15: .line 531
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int boundaryLength
        end local 2 // int position
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
            3   16     1          buffer  Lorg/glassfish/grizzly/Buffer;
            4   16     2        position  I
           10   16     3  boundaryLength  I

  private int getLineTerminatorLength();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 535
            iconst_1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;

  private void skip();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 541
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.line:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            i2l
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.skip:(J)J
            pop2
         1: .line 542
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 545
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
         0: .line 549
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 550
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            ifle 5
         2: .line 551
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
            invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            astore 2 /* buffer */
        start local 2 // org.glassfish.grizzly.Buffer buffer
         3: .line 552
            aload 2 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
            iadd
            istore 3 /* start */
        start local 3 // int start
         4: .line 554
            aload 1 /* sb */
            aload 2 /* buffer */
            aconst_null
            iload 3 /* start */
            iload 3 /* start */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.toStringContent:(Ljava/nio/charset/Charset;II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 3 // int start
        end local 2 // org.glassfish.grizzly.Buffer buffer
         5: .line 557
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
            1    6     1      sb  Ljava/lang/StringBuilder;
            3    5     2  buffer  Lorg/glassfish/grizzly/Buffer;
            4    5     3   start  I
}
SourceFile: "MultipartReadHandler.java"
NestHost: org.glassfish.grizzly.http.multipart.MultipartReadHandler
InnerClasses:
  private Line = org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line of org.glassfish.grizzly.http.multipart.MultipartReadHandler