PackClass

object PackClass

Properties

Link copied to clipboard
const val CLASS_GROUP: Int = 0
Link copied to clipboard
const val CONSTANT_POOL_FILE: Int = 0
Link copied to clipboard
const val CONSTANT_POOL_GROUP: Int = 1

Functions

Link copied to clipboard
fun read(buf: ByteBuf, constantPool: ConstantPool): ClassNode
Link copied to clipboard
fun write(buf: ByteBuf, constantPool: ConstantPool, clazz: ClassNode)