public final class jdk.internal.net.http.hpack.ISO_8859_1$Writer
  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$Writer
  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 java.lang.CharSequence source;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  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$Writer this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
         2: .line 91
            aload 0 /* this */
            invokedynamic accept(Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;)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$Writer.lambda$0(JI)V (7)
                  (JI)V
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.UPDATER:Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
         3: .line 88
            return
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;

  public jdk.internal.net.http.hpack.ISO_8859_1$Writer configure(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
        start local 1 // java.lang.CharSequence source
        start local 2 // int start
        start local 3 // int end
         0: .line 103
            aload 0 /* this */
            aload 1 /* source */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.source:Ljava/lang/CharSequence;
         1: .line 104
            aload 0 /* this */
            iload 2 /* start */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
         2: .line 105
            aload 0 /* this */
            iload 3 /* end */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.end:I
         3: .line 106
            aload 0 /* this */
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence source
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;
            0    4     1  source  Ljava/lang/CharSequence;
            0    4     2   start  I
            0    4     3     end  I
    MethodParameters:
        Name  Flags
      source  
      start   
      end     

  public boolean write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
        start local 1 // java.nio.ByteBuffer destination
         0: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.end:I
            if_icmplt 2
         1: .line 113
            goto 10
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.source:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
         3: .line 116
            iload 2 /* c */
            sipush 255
            if_icmple 5
         4: .line 117
            new java.lang.IllegalArgumentException
            dup
            iload 2 /* c */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 119
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
            bipush 56
            if_icmpgt 10
         6: .line 120
            aload 0 /* this */
            dup
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.buffer:J
            iload 2 /* c */
            i2l
            bipush 56
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
            isub
            lshl
            lor
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.buffer:J
         7: .line 121
            aload 0 /* this */
            dup
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
            bipush 8
            iadd
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
         8: .line 122
            aload 0 /* this */
            dup
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
            iconst_1
            iadd
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
        end local 2 // char c
         9: .line 111
            goto 0
        10: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
            ifne 12
        11: .line 128
            iconst_1
            ireturn
        12: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.buffer:J
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
            aload 0 /* this */
            getfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.UPDATER:Ljdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;
            aload 1 /* destination */
            invokestatic jdk.internal.net.http.hpack.HPACK.write:(JILjdk/internal/net/http/hpack/HPACK$BufferUpdateConsumer;Ljava/nio/ByteBuffer;)I
            istore 2 /* nBytes */
        start local 2 // int nBytes
        13: .line 131
            iload 2 /* nBytes */
            ifne 0
        14: .line 132
            iconst_0
            ireturn
        end local 2 // int nBytes
        end local 1 // java.nio.ByteBuffer destination
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;
            0   15     1  destination  Ljava/nio/ByteBuffer;
            3    9     2            c  C
           13   15     2       nBytes  I
    MethodParameters:
             Name  Flags
      destination  

  public jdk.internal.net.http.hpack.ISO_8859_1$Writer reset();
    descriptor: ()Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
         0: .line 138
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.source:Ljava/lang/CharSequence;
         1: .line 139
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.pos:I
         2: .line 140
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.end:I
         3: .line 141
            aload 0 /* this */
            lconst_0
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.buffer:J
         4: .line 142
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
         5: .line 143
            aload 0 /* this */
            areturn
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;

  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$Writer this
        start local 1 // long buf
        start local 3 // int bufLen
         0: .line 92
            aload 0 /* this */
            lload 1 /* buf */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.buffer:J
         1: .line 93
            aload 0 /* this */
            iload 3 /* bufLen */
            putfield jdk.internal.net.http.hpack.ISO_8859_1$Writer.bufferLen:I
         2: .line 94
            return
        end local 3 // int bufLen
        end local 1 // long buf
        end local 0 // jdk.internal.net.http.hpack.ISO_8859_1$Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/net/http/hpack/ISO_8859_1$Writer;
            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 Writer = jdk.internal.net.http.hpack.ISO_8859_1$Writer of jdk.internal.net.http.hpack.ISO_8859_1