Uses of Interface
io.smallrye.classfile.BufWriter
Packages that use BufWriter
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of BufWriter in io.smallrye.classfile
Methods in io.smallrye.classfile with parameters of type BufWriterModifier and TypeMethodDescriptionvoidClassReader.copyBytesTo(BufWriter buf, int offset, int len) Copy a range of bytes from theclassfile to aBufWriter.voidAttributeMapper.writeAttribute(BufWriter buf, A attr) Writes anAttributeinstance to aclassfile for the Class-File API.