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 TypeMethodDescriptionvoidClassReader.copyBytesTo(BufWriter buf, int offset, int len) Copy a range of bytes from the classfile to aBufWritervoidAttributeMapper.writeAttribute(BufWriter buf, A attr) Write anAttributeinstance to a classfile.