public class org.glassfish.grizzly.http.util.B2CConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.B2CConverter
  super_class: java.lang.Object
{
  private static final boolean IS_OLD_IO_MODE;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int MAX_NUMBER_OF_BYTES_PER_CHARACTER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

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

  private final java.nio.ByteBuffer remainder;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.glassfish.grizzly.http.util.B2CConverterBlocking blockingConverter;
    descriptor: Lorg/glassfish/grizzly/http/util/B2CConverterBlocking;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 43
            new java.lang.StringBuilder
            dup
            ldc Lorg/glassfish/grizzly/http/util/B2CConverter;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".blockingMode"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            putstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
         1: .line 45
            ldc Lorg/glassfish/grizzly/http/util/B2CConverter;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http.util.B2CConverter.logger:Ljava/util/logging/Logger;
         2: .line 46
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            bipush 16
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
         2: .line 55
            aload 0 /* this */
            ldc "US-ASCII"
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.init:(Ljava/lang/String;)V
         3: .line 56
            return
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/util/B2CConverter;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // java.lang.String encoding
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            bipush 16
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
         2: .line 62
            aload 0 /* this */
            aload 1 /* encoding */
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.init:(Ljava/lang/String;)V
         3: .line 63
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0    4     1  encoding  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      encoding  

  protected void init(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // java.lang.String encoding
         0: .line 66
            getstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
            ifeq 5
         1: .line 68
            aload 0 /* this */
            new org.glassfish.grizzly.http.util.B2CConverterBlocking
            dup
            aload 1 /* encoding */
            invokespecial org.glassfish.grizzly.http.util.B2CConverterBlocking.<init>:(Ljava/lang/String;)V
            putfield org.glassfish.grizzly.http.util.B2CConverter.blockingConverter:Lorg/glassfish/grizzly/http/util/B2CConverterBlocking;
         2: .line 69
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 70
            new java.lang.IllegalStateException
            dup
            ldc "Can not initialize blocking converter"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* encoding */
            invokestatic org.glassfish.grizzly.utils.Charsets.lookupCharset:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            astore 2 /* charset */
        start local 2 // java.nio.charset.Charset charset
         6: .line 74
            aload 0 /* this */
            aload 2 /* charset */
            invokevirtual java.nio.charset.Charset.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetDecoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetDecoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
            putfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
        end local 2 // java.nio.charset.Charset charset
         7: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0    8     1  encoding  Ljava/lang/String;
            6    7     2   charset  Ljava/nio/charset/Charset;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
          Name  Flags
      encoding  

  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.B2CConverter this
         0: .line 82
            getstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
            ifeq 2
         1: .line 83
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.blockingConverter:Lorg/glassfish/grizzly/http/util/B2CConverterBlocking;
            invokevirtual org.glassfish.grizzly.http.util.B2CConverterBlocking.recycle:()V
         2: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/B2CConverter;

  public void convert(org.glassfish.grizzly.http.util.ByteChunk, org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
        start local 2 // org.glassfish.grizzly.http.util.CharChunk cb
         0: .line 91
            aload 0 /* this */
            aload 1 /* bb */
            aload 2 /* cb */
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            arraylength
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            isub
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.convert:(Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;I)V
         1: .line 92
            return
        end local 2 // org.glassfish.grizzly.http.util.CharChunk cb
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0    2     1    bb  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0    2     2    cb  Lorg/glassfish/grizzly/http/util/CharChunk;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      bb    
      cb    

  public void convert(org.glassfish.grizzly.http.util.ByteChunk, org.glassfish.grizzly.http.util.CharChunk, int);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
        start local 2 // org.glassfish.grizzly.http.util.CharChunk cb
        start local 3 // int limit
         0: .line 95
            getstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
            ifeq 3
         1: .line 96
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.blockingConverter:Lorg/glassfish/grizzly/http/util/B2CConverterBlocking;
            aload 1 /* bb */
            aload 2 /* cb */
            iload 3 /* limit */
            invokevirtual org.glassfish.grizzly.http.util.B2CConverterBlocking.convert:(Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;I)V
         2: .line 97
            return
         3: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            isub
            istore 4 /* bbAvailable */
        start local 4 // int bbAvailable
         4: .line 102
            iload 3 /* limit */
            iload 4 /* bbAvailable */
            if_icmple 6
         5: .line 103
            iload 4 /* bbAvailable */
            istore 3 /* limit */
         6: .line 106
      StackMap locals: int
      StackMap stack:
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* barr */
        start local 5 // byte[] barr
         7: .line 107
            aload 1 /* bb */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 6 /* boff */
        start local 6 // int boff
         8: .line 108
            aload 5 /* barr */
            iload 6 /* boff */
            iload 3 /* limit */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 7 /* tmp_bb */
        start local 7 // java.nio.ByteBuffer tmp_bb
         9: .line 110
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 8 /* carr */
        start local 8 // char[] carr
        10: .line 111
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 9 /* coff */
        start local 9 // int coff
        11: .line 112
            aload 8 /* carr */
            arraylength
            iload 9 /* coff */
            isub
            istore 10 /* remain */
        start local 10 // int remain
        12: .line 113
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLimit:()I
            istore 11 /* cbLimit */
        start local 11 // int cbLimit
        13: .line 114
            iload 10 /* remain */
            iload 3 /* limit */
            if_icmpge 17
            iload 11 /* cbLimit */
            iflt 14
            iload 11 /* cbLimit */
            aload 8 /* carr */
            arraylength
            if_icmple 17
        14: .line 115
      StackMap locals: org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk int int byte[] int java.nio.ByteBuffer char[] int int int
      StackMap stack:
            aload 2 /* cb */
            iload 3 /* limit */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.makeSpace:(I)V
        15: .line 116
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 8 /* carr */
        16: .line 117
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 9 /* coff */
        17: .line 120
      StackMap locals:
      StackMap stack:
            aload 8 /* carr */
            iload 9 /* coff */
            aload 8 /* carr */
            arraylength
            iload 9 /* coff */
            isub
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 12 /* tmp_cb */
        start local 12 // java.nio.CharBuffer tmp_cb
        18: .line 122
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifle 20
        19: .line 123
            aload 0 /* this */
            aload 7 /* tmp_bb */
            aload 12 /* tmp_cb */
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.flushRemainder:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)V
        20: .line 126
      StackMap locals: java.nio.CharBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            aload 7 /* tmp_bb */
            aload 12 /* tmp_cb */
            iconst_0
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 13 /* cr */
        start local 13 // java.nio.charset.CoderResult cr
        21: .line 127
            aload 2 /* cb */
            aload 12 /* tmp_cb */
            invokevirtual java.nio.CharBuffer.position:()I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        22: .line 129
            goto 29
        23: .line 130
      StackMap locals: java.nio.charset.CoderResult
      StackMap stack:
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.flushBuffer:()V
        24: .line 131
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 9 /* coff */
        25: .line 132
            aload 2 /* cb */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 8 /* carr */
        26: .line 133
            aload 8 /* carr */
            iload 9 /* coff */
            aload 8 /* carr */
            arraylength
            iload 9 /* coff */
            isub
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 12 /* tmp_cb */
        27: .line 134
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            aload 7 /* tmp_bb */
            aload 12 /* tmp_cb */
            iconst_0
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 13 /* cr */
        28: .line 135
            aload 2 /* cb */
            aload 12 /* tmp_cb */
            invokevirtual java.nio.CharBuffer.position:()I
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        29: .line 129
      StackMap locals:
      StackMap stack:
            aload 13 /* cr */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 23
        30: .line 137
            aload 1 /* bb */
            aload 7 /* tmp_bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setStart:(I)V
        31: .line 138
            aload 7 /* tmp_bb */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 33
        32: .line 139
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            aload 7 /* tmp_bb */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        33: .line 142
      StackMap locals:
      StackMap stack:
            aload 13 /* cr */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 41
        34: .line 143
            new java.io.IOException
            dup
            ldc "Encoding error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 13 // java.nio.charset.CoderResult cr
        end local 12 // java.nio.CharBuffer tmp_cb
        end local 11 // int cbLimit
        end local 10 // int remain
        end local 9 // int coff
        end local 8 // char[] carr
        end local 7 // java.nio.ByteBuffer tmp_bb
        end local 6 // int boff
        end local 5 // byte[] barr
        end local 4 // int bbAvailable
        35: .line 145
      StackMap locals: org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk int
      StackMap stack: java.io.IOException
            astore 4 /* ex */
        start local 4 // java.io.IOException ex
        36: .line 146
            iconst_0
            istore 5 /* debug */
        start local 5 // int debug
        37: .line 147
            iload 5 /* debug */
            ifle 39
        38: .line 148
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "B2CConverter "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* ex */
            invokevirtual java.io.IOException.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.log:(Ljava/lang/String;)V
        39: .line 150
      StackMap locals: java.io.IOException int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            invokevirtual java.nio.charset.CharsetDecoder.reset:()Ljava/nio/charset/CharsetDecoder;
            pop
        40: .line 151
            aload 4 /* ex */
            athrow
        end local 5 // int debug
        end local 4 // java.io.IOException ex
        41: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int limit
        end local 2 // org.glassfish.grizzly.http.util.CharChunk cb
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk bb
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   42     0         this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0   42     1           bb  Lorg/glassfish/grizzly/http/util/ByteChunk;
            0   42     2           cb  Lorg/glassfish/grizzly/http/util/CharChunk;
            0   42     3        limit  I
            4   35     4  bbAvailable  I
            7   35     5         barr  [B
            8   35     6         boff  I
            9   35     7       tmp_bb  Ljava/nio/ByteBuffer;
           10   35     8         carr  [C
           11   35     9         coff  I
           12   35    10       remain  I
           13   35    11      cbLimit  I
           18   35    12       tmp_cb  Ljava/nio/CharBuffer;
           21   35    13           cr  Ljava/nio/charset/CoderResult;
           36   41     4           ex  Ljava/io/IOException;
           37   41     5        debug  I
      Exception table:
        from    to  target  type
           3    35      35  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bb     
      cb     
      limit  

  public static void convertASCII(org.glassfish.grizzly.http.util.MessageBytes);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.MessageBytes mb
         0: .line 160
            getstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
            ifeq 3
         1: .line 161
            aload 0 /* mb */
            invokestatic org.glassfish.grizzly.http.util.B2CConverterBlocking.convertASCII:(Lorg/glassfish/grizzly/http/util/MessageBytes;)V
         2: .line 162
            return
         3: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            iconst_2
            if_icmpeq 5
         4: .line 167
            return
         5: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            astore 1 /* bc */
        start local 1 // org.glassfish.grizzly.http.util.ByteChunk bc
         6: .line 171
            aload 0 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            astore 2 /* cc */
        start local 2 // org.glassfish.grizzly.http.util.CharChunk cc
         7: .line 172
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            istore 3 /* length */
        start local 3 // int length
         8: .line 173
            aload 2 /* cc */
            iload 3 /* length */
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         9: .line 176
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 4 /* bbuf */
        start local 4 // byte[] bbuf
        10: .line 177
            aload 2 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 5 /* cbuf */
        start local 5 // char[] cbuf
        11: .line 178
            aload 1 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 6 /* start */
        start local 6 // int start
        12: .line 179
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 16
        14: .line 180
      StackMap locals: org.glassfish.grizzly.http.util.MessageBytes org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk int byte[] char[] int int
      StackMap stack:
            aload 5 /* cbuf */
            iload 7 /* i */
            aload 4 /* bbuf */
            iload 7 /* i */
            iload 6 /* start */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
        15: .line 179
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* i */
            iload 3 /* length */
            if_icmplt 14
        end local 7 // int i
        17: .line 182
            aload 0 /* mb */
            aload 5 /* cbuf */
            iconst_0
            iload 3 /* length */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
        18: .line 184
            return
        end local 6 // int start
        end local 5 // char[] cbuf
        end local 4 // byte[] bbuf
        end local 3 // int length
        end local 2 // org.glassfish.grizzly.http.util.CharChunk cc
        end local 1 // org.glassfish.grizzly.http.util.ByteChunk bc
        end local 0 // org.glassfish.grizzly.http.util.MessageBytes mb
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0      mb  Lorg/glassfish/grizzly/http/util/MessageBytes;
            6   19     1      bc  Lorg/glassfish/grizzly/http/util/ByteChunk;
            7   19     2      cc  Lorg/glassfish/grizzly/http/util/CharChunk;
            8   19     3  length  I
           10   19     4    bbuf  [B
           11   19     5    cbuf  [C
           12   19     6   start  I
           13   17     7       i  I
    MethodParameters:
      Name  Flags
      mb    

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
         0: .line 188
            getstatic org.glassfish.grizzly.http.util.B2CConverter.IS_OLD_IO_MODE:Z
            ifeq 3
         1: .line 189
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.blockingConverter:Lorg/glassfish/grizzly/http/util/B2CConverterBlocking;
            invokevirtual org.glassfish.grizzly.http.util.B2CConverterBlocking.reset:()V
         2: .line 190
            return
         3: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            ifnull 6
         4: .line 194
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            invokevirtual java.nio.charset.CharsetDecoder.reset:()Ljava/nio/charset/CharsetDecoder;
            pop
         5: .line 195
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
         6: .line 197
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/util/B2CConverter;
    Exceptions:
      throws java.io.IOException

  void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // java.lang.String s
         0: .line 200
            getstatic org.glassfish.grizzly.http.util.B2CConverter.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 201
            getstatic org.glassfish.grizzly.http.util.B2CConverter.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "B2CConverter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         2: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  private void flushRemainder(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.B2CConverter this
        start local 1 // java.nio.ByteBuffer tmp_bb
        start local 2 // java.nio.CharBuffer tmp_cb
         0: .line 206
            goto 10
         1: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            aload 1 /* tmp_bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 208
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         3: .line 209
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.decoder:Ljava/nio/charset/CharsetDecoder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            aload 2 /* tmp_cb */
            iconst_0
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 3 /* cr */
        start local 3 // java.nio.charset.CoderResult cr
         4: .line 210
            aload 3 /* cr */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpne 6
         5: .line 212
            new java.lang.IllegalStateException
            dup
            ldc "CharChunk is not big enough"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 215
      StackMap locals: java.nio.charset.CoderResult
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 9
         7: .line 216
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
         8: .line 217
            goto 11
         9: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
        end local 3 // java.nio.charset.CoderResult cr
        10: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.util.B2CConverter.remainder:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifle 11
            aload 1 /* tmp_bb */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 1
        11: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.nio.CharBuffer tmp_cb
        end local 1 // java.nio.ByteBuffer tmp_bb
        end local 0 // org.glassfish.grizzly.http.util.B2CConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/glassfish/grizzly/http/util/B2CConverter;
            0   12     1  tmp_bb  Ljava/nio/ByteBuffer;
            0   12     2  tmp_cb  Ljava/nio/CharBuffer;
            4   10     3      cr  Ljava/nio/charset/CoderResult;
    MethodParameters:
        Name  Flags
      tmp_bb  
      tmp_cb  
}
SourceFile: "B2CConverter.java"