Module java.base

Interface BufWriter


public sealed interface BufWriter
BufWriter is a preview API of the Java platform.
Programs can only use BufWriter when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Supports writing portions of a classfile to a growable buffer. Methods are provided to write various standard entities (e.g., u2, u4) to the end of the buffer, as well as to create constant pool entries.
Since:
22