クラスの使用
org.springframework.asm.ByteVector
ByteVector を使用するパッケージ
org.springframework.asm 内の ByteVector 使用
ByteVector を返す org.springframework.asm のメソッド修飾子と型メソッド説明ByteVector.putByte(int byteValue) バイトをこのバイトベクトルに入れます。ByteVector.putByteArray(byte[] byteArrayValue, int byteOffset, int byteLength) バイトの配列をこのバイトベクトルに入れます。ByteVector.putInt(int intValue) int をこのバイトベクトルに入れます。ByteVector.putLong(long longValue) long をこのバイトベクトルに入れます。ByteVector.putShort(int shortValue) short をこのバイトベクトルに入れます。UTF8 文字列をこのバイトベクトルに入れます。protected ByteVectorAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) この属性のコンテンツのバイト配列形式を返します。