|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ByteVector 的软件包 | |
|---|---|
| org.objectweb.asm | Provides a small and fast bytecode manipulation framework. |
| org.objectweb.asm 中 ByteVector 的使用 |
|---|
| 返回 ByteVector 的 org.objectweb.asm 中的方法 | |
|---|---|
ByteVector |
ByteVector.putByte(int b)
Puts a byte into this byte vector. |
ByteVector |
ByteVector.putByteArray(byte[] b,
int off,
int len)
Puts an array of bytes into this byte vector. |
ByteVector |
ByteVector.putInt(int i)
Puts an int into this byte vector. |
ByteVector |
ByteVector.putLong(long l)
Puts a long into this byte vector. |
ByteVector |
ByteVector.putShort(int s)
Puts a short into this byte vector. |
ByteVector |
ByteVector.putUTF8(String s)
Puts an UTF8 string into this byte vector. |
protected ByteVector |
Attribute.write(ClassWriter cw,
byte[] code,
int len,
int maxStack,
int maxLocals)
Returns the byte array form of this attribute. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||