final class org.glassfish.grizzly.http.util.ReadConverter extends java.io.InputStreamReader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.ReadConverter
  super_class: java.io.InputStreamReader
{
  public void <init>(org.glassfish.grizzly.http.util.IntermediateInputStream, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/IntermediateInputStream;Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.ReadConverter this
        start local 1 // org.glassfish.grizzly.http.util.IntermediateInputStream in
        start local 2 // java.nio.charset.Charset charset
         0: .line 186
            aload 0 /* this */
            aload 1 /* in */
            aload 2 /* charset */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/nio/charset/Charset;)V
         1: .line 187
            return
        end local 2 // java.nio.charset.Charset charset
        end local 1 // org.glassfish.grizzly.http.util.IntermediateInputStream in
        end local 0 // org.glassfish.grizzly.http.util.ReadConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http/util/ReadConverter;
            0    2     1       in  Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
            0    2     2  charset  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
         Name  Flags
      in       
      charset  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ReadConverter this
         0: .line 196
            return
        end local 0 // org.glassfish.grizzly.http.util.ReadConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ReadConverter;
    Exceptions:
      throws java.io.IOException

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.ReadConverter this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 201
            aload 0 /* this */
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.InputStreamReader.read:([CII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // org.glassfish.grizzly.http.util.ReadConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/ReadConverter;
            0    1     1  cbuf  [C
            0    1     2   off  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  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.ReadConverter this
         0: .line 210
            goto 2
         1: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ReadConverter.read:()I
            pop
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.util.ReadConverter.ready:()Z
            ifne 1
         3: .line 214
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
         5: .line 216
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.util.ReadConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/util/ReadConverter;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
}
SourceFile: "B2CConverterBlocking.java"