Uses of Class
org.eclipse.persistence.internal.libraries.asm.ByteVector
Packages that use ByteVector
Package
Description
-
Uses of ByteVector in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return ByteVectorModifier and TypeMethodDescriptionByteVector.putByte(int byteValue) Puts a byte into this byte vector.ByteVector.putByteArray(byte[] byteArrayValue, int byteOffset, int byteLength) Puts an array of bytes into this byte vector.ByteVector.putInt(int intValue) Puts an int into this byte vector.ByteVector.putLong(long longValue) Puts a long into this byte vector.ByteVector.putShort(int shortValue) Puts a short into this byte vector.Puts an UTF8 string into this byte vector.protected ByteVectorAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute. -
Uses of ByteVector in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons that return ByteVectorModifier and TypeMethodDescriptionprotected ByteVectorModuleHashesAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleResolutionAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleTargetAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)