Uses of Class
org.objectweb.asm.ByteVector
Packages that use ByteVector
-
Uses of ByteVector in org.objectweb.asm
Methods in org.objectweb.asm that return ByteVectorModifier and TypeMethodDescriptionByteVector.putByte(int b) Puts a byte into this byte vector.ByteVector.putByteArray(byte[] b, int off, int len) Puts an array of bytes into this byte vector.ByteVector.putInt(int i) Puts an int into this byte vector.ByteVector.putLong(long l) Puts a long into this byte vector.ByteVector.putShort(int s) Puts a short into this byte vector.Puts an UTF8 string into this byte vector.protected ByteVectorAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals) Returns the byte array form of this attribute.