类的使用
org.beetl.ow2.asm.ByteVector
使用ByteVector的程序包
-
org.beetl.ow2.asm中ByteVector的使用
返回ByteVector的org.beetl.ow2.asm中的方法修饰符和类型方法说明ByteVector.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.