Uses of Interface
java.lang.classfile.BufWriter
Packages that use BufWriter
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of BufWriter in java.lang.classfile
Methods in java.lang.classfile with parameters of type BufWriterModifier and TypeMethodDescriptionvoid
ClassReader.copyBytesTo
(BufWriter buf, int offset, int len) Copy a range of bytes from theclass
file to aBufWriter
.void
AttributeMapper.writeAttribute
(BufWriter buf, A attr) Writes anAttribute
instance to aclass
file for the Class-File API.