类的使用
org.springframework.asm.ByteVector
使用ByteVector的程序包 程序包 说明 org.springframework.asm Spring's repackaging of ASM 7.0 (with Spring-specific patches; for internal use only).org.springframework.asm中ByteVector的使用
返回ByteVector的org.springframework.asm中的方法 修饰符和类型 方法 说明 ByteVectorByteVector. putByte(int byteValue)Puts a byte into this byte vector.ByteVectorByteVector. putByteArray(byte[] byteArrayValue, int byteOffset, int byteLength)Puts an array of bytes into this byte vector.ByteVectorByteVector. putInt(int intValue)Puts an int into this byte vector.ByteVectorByteVector. putLong(long longValue)Puts a long into this byte vector.ByteVectorByteVector. putShort(int shortValue)Puts a short into this byte vector.ByteVectorByteVector. putUTF8(String stringValue)Puts an UTF8 string into this byte vector.protected ByteVectorAttribute. write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)Returns the byte array form of the content of this attribute.