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.classfilePREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of BufWriterPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type BufWriterPREVIEWModifier and TypeMethodDescriptionbooleanClassReader.compare(BufWriterPREVIEW bufWriter, int bufWriterOffset, int classReaderOffset, int length) voidClassReader.copyBytesTo(BufWriterPREVIEW buf, int offset, int len) voidAttributeMapper.writeAttribute(BufWriterPREVIEW buf, A attr) voidBufWriter.writeBytes(BufWriterPREVIEW other) final voidvoidWrites the element to the specified writer -
Uses of BufWriterPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW with parameters of type BufWriterPREVIEWModifier and TypeMethodDescriptionbooleanConstantPoolBuilder.writeBootstrapMethods(BufWriterPREVIEW buf) Writes associated bootstrap method entries to the specified writer -
Uses of BufWriterPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW with parameters of type BufWriterPREVIEW