public final class jdk.internal.net.http.hpack.ISO_8859_1$Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.hpack.ISO_8859_1$Reader
  super_class: java.lang.Object
{
  private final jdk.internal.net.http.hpack.HPACK$BufferUpdateConsumer UPDATER;
    descriptor: Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long buffer;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int bufferLen;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            ldc Ljdk/internal/net/http/hpack/ISO_8859_1;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.internal.net.http.hpack.ISO_8859_1$Reader.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
         2: .line 50
            aload 0 /* this */
            invokedynamic accept(Ljdk/internal/net/http/hpack/ISO_8859_1$Reader;)Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (JI)V
                  jdk/internal/net/http/hpack/ISO_8859_1$Reader.lambda$0(JI)V (7)
                  (JI)V
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.UPDATER:Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
         3: .line 47
            return
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/net/http/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=5, locals=6, args_size=3
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
        start local 1 // java.nio.ByteBuffer source
        start local 2 // java.lang.Appendable destination
         0: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.UPDATER:Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
            invokestatic jdk.internal.net.http.hpack.HPACK.read:(Ljava/nio/ByteBuffer;JILjdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;)I
            istore 3 /* nBytes */
        start local 3 // int nBytes
         1: .line 63
            iload 3 /* nBytes */
            ifne 3
         2: .line 64
            return
         3: .line 66
      StackMap locals: int
      StackMap stack:
            getstatic jdk.internal.net.http.hpack.ISO_8859_1$Reader.$assertionsDisabled:Z
            ifne 13
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
            bipush 8
            irem
            ifeq 13
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
            invokespecial java.lang.AssertionError.<init>:(I)V
            athrow
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
            bipush 56
            lushr
            l2i
            i2c
            istore 4 /* c */
        start local 4 // char c
         5: .line 70
            aload 2 /* destination */
            iload 4 /* c */
            invokeinterface java.lang.Appendable.append:(C)Ljava/lang/Appendable;
            pop
         6: .line 71
            goto 11
      StackMap locals: jdk.internal.net.http.hpack.ISO_8859_1$Reader java.nio.ByteBuffer java.lang.Appendable int int
      StackMap stack: java.io.IOException
         7: astore 5 /* e */
        start local 5 // java.io.IOException e
         8: .line 72
            new java.io.IOException
            dup
         9: .line 73
            ldc "Error appending to the destination"
            aload 5 /* e */
        10: .line 72
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        11: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
            bipush 8
            lshl
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
        12: .line 76
            aload 0 /* this */
            dup
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
            bipush 8
            isub
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
        end local 4 // char c
        13: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
            ifgt 4
        end local 3 // int nBytes
        14: .line 61
            goto 0
        end local 2 // java.lang.Appendable destination
        end local 1 // java.nio.ByteBuffer source
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Ljdk/internal/net/http/hpack/ISO_8859_1$Reader;
            0   15     1       source  Ljava/nio/ByteBuffer;
            0   15     2  destination  Ljava/lang/Appendable;
            1   14     3       nBytes  I
            5   13     4            c  C
            8   11     5            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      source       
      destination  

  public jdk.internal.net.http.hpack.ISO_8859_1$Reader reset();
    descriptor: ()Ljdk/internal/net/http/hpack/ISO_8859_1$Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
         0: .line 82
            aload 0 /* this */
            lconst_0
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
         1: .line 83
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
         2: .line 84
            aload 0 /* this */
            areturn
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/net/http/hpack/ISO_8859_1$Reader;

  private void lambda$0(long, int);
    descriptor: (JI)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
        start local 1 // long buf
        start local 3 // int bufLen
         0: .line 51
            aload 0 /* this */
            lload 1 /* buf */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.buffer:J
         1: .line 52
            aload 0 /* this */
            iload 3 /* bufLen */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Reader.bufferLen:I
         2: .line 53
            return
        end local 3 // int bufLen
        end local 1 // long buf
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Reader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/net/http/hpack/ISO_8859_1$Reader;
            0    3     1     buf  J
            0    3     3  bufLen  I
}
SourceFile: "ISO_8859_1.java"
NestHost: jdk.internal.net.http.hpack.ISO_8859_1
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  abstract BufferUpdateConsumer = jdk.internal.net.http.hpack.HPACK$BufferUpdateConsumer of jdk.internal.net.http.hpack.HPACK
  public final Reader = jdk.internal.net.http.hpack.ISO_8859_1$Reader of jdk.internal.net.http.hpack.ISO_8859_1