public final class org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/hpack/ISO_8859_1$Reader;

  public void read(org.glassfish.grizzly.Buffer, java.lang.Appendable);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
        start local 1 // org.glassfish.grizzly.Buffer source
        start local 2 // java.lang.Appendable destination
         0: .line 44
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: aload 1 /* source */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            istore 4 /* len */
        start local 4 // int len
         2: goto 9
         3: .line 45
      StackMap locals: int int
      StackMap stack:
            aload 1 /* source */
            invokeinterface org.glassfish.grizzly.Buffer.get:()B
            sipush 255
            iand
            i2c
            istore 5 /* c */
        start local 5 // char c
         4: .line 47
            aload 2 /* destination */
            iload 5 /* c */
            invokeinterface java.lang.Appendable.append:(C)Ljava/lang/Appendable;
            pop
         5: .line 48
            goto 8
      StackMap locals: org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader org.glassfish.grizzly.Buffer java.lang.Appendable int int int
      StackMap stack: java.io.IOException
         6: astore 6 /* e */
        start local 6 // java.io.IOException e
         7: .line 49
            new java.lang.RuntimeException
            dup
            ldc "Error appending to the destination"
            aload 6 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.io.IOException e
        end local 5 // char c
         8: .line 44
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 4 /* len */
            if_icmplt 3
        end local 4 // int len
        end local 3 // int i
        10: .line 52
            return
        end local 2 // java.lang.Appendable destination
        end local 1 // org.glassfish.grizzly.Buffer source
        end local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/glassfish/grizzly/http2/hpack/ISO_8859_1$Reader;
            0   11     1       source  Lorg/glassfish/grizzly/Buffer;
            0   11     2  destination  Ljava/lang/Appendable;
            1   10     3            i  I
            2   10     4          len  I
            4    8     5            c  C
            7    8     6            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException
    MethodParameters:
             Name  Flags
      source       
      destination  

  public org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader reset();
    descriptor: ()Lorg/glassfish/grizzly/http2/hpack/ISO_8859_1$Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
         0: .line 55
            aload 0 /* this */
            areturn
        end local 0 // org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/hpack/ISO_8859_1$Reader;
}
SourceFile: "ISO_8859_1.java"
NestHost: org.glassfish.grizzly.http2.hpack.ISO_8859_1
InnerClasses:
  public final Reader = org.glassfish.grizzly.http2.hpack.ISO_8859_1$Reader of org.glassfish.grizzly.http2.hpack.ISO_8859_1