public class org.glassfish.grizzly.http.util.C2BConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.C2BConverter
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected org.glassfish.grizzly.http.util.ByteChunk bb;
    descriptor: Lorg/glassfish/grizzly/http/util/ByteChunk;
    flags: (0x0004) ACC_PROTECTED

  protected final java.lang.String enc;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.nio.charset.CharsetEncoder encoder;
    descriptor: Ljava/nio/charset/CharsetEncoder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lorg/glassfish/grizzly/http/util/C2BConverter;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http.util.C2BConverter.logger:Ljava/util/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.glassfish.grizzly.http.util.ByteChunk, java.lang.String);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk output
        start local 2 // java.lang.String encoding
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* output */
            putfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
         2: .line 47
            aload 0 /* this */
            aload 2 /* encoding */
            putfield org.glassfish.grizzly.http.util.C2BConverter.enc:Ljava/lang/String;
         3: .line 48
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.enc:Ljava/lang/String;
            invokestatic org.glassfish.grizzly.utils.Charsets.lookupCharset:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
         4: .line 49
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
         5: .line 50
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
         6: .line 48
            putfield org.glassfish.grizzly.http.util.C2BConverter.encoder:Ljava/nio/charset/CharsetEncoder;
         7: .line 51
            return
        end local 2 // java.lang.String encoding
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk output
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0    8     1    output  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    8     2  encoding  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      output    
      encoding  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // java.lang.String encoding
         0: .line 56
            aload 0 /* this */
            new org.glassfish.grizzly.http.util.ByteChunk
            dup
            sipush 1024
            invokespecial org.glassfish.grizzly.http.util.ByteChunk.<init>:(I)V
            aload 1 /* encoding */
            invokespecial org.glassfish.grizzly.http.util.C2BConverter.<init>:(Lorg/glassfish/grizzly/http/util/ByteChunk;Ljava/lang/String;)V
         1: .line 57
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0    2     1  encoding  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      encoding  

  public static org.glassfish.grizzly.http.util.C2BConverter getInstance(org.glassfish.grizzly.http.util.ByteChunk, java.lang.String);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;Ljava/lang/String;)Lorg/glassfish/grizzly/http/util/C2BConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk output
        start local 1 // java.lang.String encoding
         0: .line 60
            new org.glassfish.grizzly.http.util.C2BConverter
            dup
            aload 0 /* output */
            aload 1 /* encoding */
            invokespecial org.glassfish.grizzly.http.util.C2BConverter.<init>:(Lorg/glassfish/grizzly/http/util/ByteChunk;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String encoding
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk output
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0    output  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    1     1  encoding  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      output    
      encoding  

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

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
         0: .line 68
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.enc:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;

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

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
         0: .line 79
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.recycle:()V
         1: .line 80
            return
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;

  public void convert(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // char[] c
        start local 2 // int off
        start local 3 // int len
         0: .line 85
            aload 1 /* c */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 4 /* cb */
        start local 4 // java.nio.CharBuffer cb
         1: .line 86
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* barr */
        start local 5 // byte[] barr
         2: .line 87
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
            istore 6 /* boff */
        start local 6 // int boff
         3: .line 88
            aload 5 /* barr */
            iload 6 /* boff */
            aload 5 /* barr */
            arraylength
            iload 6 /* boff */
            isub
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 7 /* tmp */
        start local 7 // java.nio.ByteBuffer tmp
         4: .line 89
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.encoder:Ljava/nio/charset/CharsetEncoder;
            aload 4 /* cb */
            aload 7 /* tmp */
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 8 /* cr */
        start local 8 // java.nio.charset.CoderResult cr
         5: .line 90
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            aload 7 /* tmp */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setEnd:(I)V
         6: .line 91
            goto 14
         7: .line 92
      StackMap locals: org.glassfish.grizzly.http.util.C2BConverter char[] int int java.nio.CharBuffer byte[] int java.nio.ByteBuffer java.nio.charset.CoderResult
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.canGrow:()Z
            ifne 9
         8: .line 93
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
         9: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
            istore 6 /* boff */
        10: .line 95
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* barr */
        11: .line 96
            aload 5 /* barr */
            iload 6 /* boff */
            aload 5 /* barr */
            arraylength
            iload 6 /* boff */
            isub
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 7 /* tmp */
        12: .line 97
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.encoder:Ljava/nio/charset/CharsetEncoder;
            aload 4 /* cb */
            aload 7 /* tmp */
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 8 /* cr */
        13: .line 98
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            aload 7 /* tmp */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setEnd:(I)V
        14: .line 91
      StackMap locals:
      StackMap stack:
            aload 8 /* cr */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 7
        15: .line 100
            aload 8 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 17
        16: .line 101
            new java.io.IOException
            dup
            ldc "Encoding error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.nio.charset.CoderResult cr
        end local 7 // java.nio.ByteBuffer tmp
        end local 6 // int boff
        end local 5 // byte[] barr
        end local 4 // java.nio.CharBuffer cb
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] c
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0   18     1     c  [C
            0   18     2   off  I
            0   18     3   len  I
            1   18     4    cb  Ljava/nio/CharBuffer;
            2   18     5  barr  [B
            3   18     6  boff  I
            4   18     7   tmp  Ljava/nio/ByteBuffer;
            5   18     8    cr  Ljava/nio/charset/CoderResult;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     
      off   
      len   

  public void convert(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // java.lang.String s
         0: .line 108
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.convert:(Ljava/lang/String;II)V
         1: .line 109
            return
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0    2     1     s  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void convert(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // java.lang.String s
        start local 2 // int off
        start local 3 // int len
         0: .line 114
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.convert:([CII)V
         1: .line 115
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0    2     1     s  Ljava/lang/String;
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      off   
      len   

  public void convert(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // char c
         0: .line 120
            iconst_1
            newarray 5
            astore 2 /* tmp */
        start local 2 // char[] tmp
         1: .line 121
            aload 2 /* tmp */
            iconst_0
            iload 1 /* c */
            castore
         2: .line 122
            aload 0 /* this */
            aload 2 /* tmp */
            iconst_0
            iconst_1
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.convert:([CII)V
         3: .line 123
            return
        end local 2 // char[] tmp
        end local 1 // char c
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0    4     1     c  C
            1    4     2   tmp  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void convert(org.glassfish.grizzly.http.util.MessageBytes);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
        start local 1 // org.glassfish.grizzly.http.util.MessageBytes mb
         0: .line 128
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            istore 2 /* type */
        start local 2 // int type
         1: .line 129
            iload 2 /* type */
            iconst_2
            if_icmpne 3
         2: .line 130
            return
         3: .line 131
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            astore 3 /* orig */
        start local 3 // org.glassfish.grizzly.http.util.ByteChunk orig
         4: .line 132
            aload 0 /* this */
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.setByteChunk:(Lorg/glassfish/grizzly/http/util/ByteChunk;)V
         5: .line 133
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.recycle:()V
         6: .line 134
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            bipush 32
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.allocate:(II)V
         7: .line 136
            iload 2 /* type */
            iconst_1
            if_icmpne 10
         8: .line 137
            aload 0 /* this */
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getString:()Ljava/lang/String;
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.convert:(Ljava/lang/String;)V
         9: .line 139
            goto 18
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk
      StackMap stack:
        10: iload 2 /* type */
            iconst_3
            if_icmpne 16
        11: .line 140
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            astore 4 /* charC */
        start local 4 // org.glassfish.grizzly.http.util.CharChunk charC
        12: .line 141
            aload 0 /* this */
            aload 4 /* charC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
        13: .line 142
            aload 4 /* charC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            aload 4 /* charC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
        14: .line 141
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.convert:([CII)V
        end local 4 // org.glassfish.grizzly.http.util.CharChunk charC
        15: .line 144
            goto 18
        16: .line 145
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http.util.C2BConverter.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 18
        17: .line 146
            getstatic org.glassfish.grizzly.http.util.C2BConverter.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "XXX unknowon type {0}"
            iload 2 /* type */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V
        18: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* orig */
            invokevirtual org.glassfish.grizzly.http.util.C2BConverter.setByteChunk:(Lorg/glassfish/grizzly/http/util/ByteChunk;)V
        19: .line 151
            return
        end local 3 // org.glassfish.grizzly.http.util.ByteChunk orig
        end local 2 // int type
        end local 1 // org.glassfish.grizzly.http.util.MessageBytes mb
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/glassfish/grizzly/http/util/C2BConverter;
            0   20     1     mb  Lorg/glassfish/grizzly/http/util/MessageBytes;
            1   20     2   type  I
            4   20     3   orig  Lorg/glassfish/grizzly/http/util/ByteChunk;
           12   15     4  charC  Lorg/glassfish/grizzly/http/util/CharChunk;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      mb    

  public void flushBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.C2BConverter this
         0: .line 157
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.C2BConverter.bb:Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.flushBuffer:()V
         1: .line 158
            return
        end local 0 // org.glassfish.grizzly.http.util.C2BConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/C2BConverter;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "C2BConverter.java"