public final class jdk.incubator.http.internal.hpack.ISO_8859_1$Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.internal.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 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/internal/hpack/ISO_8859_1$Reader;

  public void read(java.nio.ByteBuffer, java.lang.Appendable);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
        start local 1 // java.nio.ByteBuffer source
        start local 2 // java.lang.Appendable destination
         0: .line 51
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 4 /* len */
        start local 4 // int len
         2: goto 11
         3: .line 52
      StackMap locals: int int
      StackMap stack:
            aload 1 /* source */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            i2c
            istore 5 /* c */
        start local 5 // char c
         4: .line 54
            aload 2 /* destination */
            iload 5 /* c */
            invokeinterface java.lang.Appendable.append:(C)Ljava/lang/Appendable;
            pop
         5: .line 55
            goto 10
      StackMap locals: jdk.incubator.http.internal.hpack.ISO_8859_1$Reader java.nio.ByteBuffer java.lang.Appendable int int int
      StackMap stack: java.io.IOException
         6: astore 6 /* e */
        start local 6 // java.io.IOException e
         7: .line 56
            new java.io.IOException
            dup
         8: .line 57
            ldc "Error appending to the destination"
            aload 6 /* e */
         9: .line 56
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.io.IOException e
        end local 5 // char c
        10: .line 51
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 4 /* len */
            if_icmplt 3
        end local 4 // int len
        end local 3 // int i
        12: .line 60
            return
        end local 2 // java.lang.Appendable destination
        end local 1 // java.nio.ByteBuffer source
        end local 0 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Ljdk/incubator/http/internal/hpack/ISO_8859_1$Reader;
            0   13     1       source  Ljava/nio/ByteBuffer;
            0   13     2  destination  Ljava/lang/Appendable;
            1   12     3            i  I
            2   12     4          len  I
            4   10     5            c  C
            7   10     6            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      source       
      destination  

  public jdk.incubator.http.internal.hpack.ISO_8859_1$Reader reset();
    descriptor: ()Ljdk/incubator/http/internal/hpack/ISO_8859_1$Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
         0: .line 63
            aload 0 /* this */
            areturn
        end local 0 // jdk.incubator.http.internal.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/internal/hpack/ISO_8859_1$Reader;
}
SourceFile: "ISO_8859_1.java"
NestHost: jdk.incubator.http.internal.hpack.ISO_8859_1
InnerClasses:
  public final Reader = jdk.incubator.http.internal.hpack.ISO_8859_1$Reader of jdk.incubator.http.internal.hpack.ISO_8859_1