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