|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteVector | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of ByteVector in org.mvel2.asm |
|---|
| Methods in org.mvel2.asm that return ByteVector | |
|---|---|
ByteVector |
ByteVector.putByte(int byteValue)
Puts a byte into this byte vector. |
ByteVector |
ByteVector.putByteArray(byte[] byteArrayValue,
int byteOffset,
int byteLength)
Puts an array of bytes into this byte vector. |
ByteVector |
ByteVector.putInt(int intValue)
Puts an int into this byte vector. |
ByteVector |
ByteVector.putLong(long longValue)
Puts a long into this byte vector. |
ByteVector |
ByteVector.putShort(int shortValue)
Puts a short into this byte vector. |
ByteVector |
ByteVector.putUTF8(String stringValue)
Puts an UTF8 string into this byte vector. |
protected ByteVector |
Attribute.write(ClassWriter classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals)
Returns the byte array form of the content of this attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||