interface jdk.internal.net.http.hpack.BinaryRepresentationWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: jdk.internal.net.http.hpack.BinaryRepresentationWriter
  super_class: java.lang.Object
{
  public abstract boolean write(jdk.internal.net.http.hpack.HeaderTable, java.nio.ByteBuffer);
    descriptor: (Ljdk/internal/net/http/hpack/HeaderTable;Ljava/nio/ByteBuffer;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      table        
      destination  

  public abstract jdk.internal.net.http.hpack.BinaryRepresentationWriter reset();
    descriptor: ()Ljdk/internal/net/http/hpack/BinaryRepresentationWriter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BinaryRepresentationWriter.java"