Uses of Interface
java.lang.classfile.BufWriter
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of BufWriterPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionboolean
ClassReader.compare
(BufWriterPREVIEW bufWriter, int bufWriterOffset, int classReaderOffset, int length) void
ClassReader.copyBytesTo
(BufWriterPREVIEW buf, int offset, int len) void
AttributeMapper.writeAttribute
(BufWriterPREVIEW buf, A attr) void
BufWriter.writeBytes
(BufWriterPREVIEW other) final void
void
Writes the element to the specified writer -
Uses of BufWriterPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionboolean
ConstantPoolBuilder.writeBootstrapMethods
(BufWriterPREVIEW buf) Writes associated bootstrap method entries to the specified writer -
Uses of BufWriterPREVIEW in java.lang.classfile.instructionPREVIEW