Uses of Class
io.ebean.enhance.asm.ByteVector
| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
-
Uses of ByteVector in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm that return ByteVector Modifier and Type Method Description 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.