Uses of Annotation Type
de.mirkosertic.bytecoder.api.Export
Packages that use Export
-
Uses of Export in de.mirkosertic.bytecoder.classlib
Methods in de.mirkosertic.bytecoder.classlib with annotations of type ExportModifier and TypeMethodDescriptionstatic intArray.byteArrayLength(byte[] arr) static intArray.charArrayLength(char[] arr) static StringVM.exceptionMessage(Exception e) static byteArray.getByteArrayEntry(byte[] arr, int index) static charArray.getCharArrayEntry(char[] arr, int index) static intArray.getIntArrayEntry(int[] arr, int index) static byte[]Array.newByteArray(int len) static char[]Array.newCharArray(int len) static Object[]Array.newObjectArray(int len) static booleanVM.nullsafeEquals(Object a, Object b) static StringVM.objectToString(Object o) static voidArray.setByteArrayEntry(byte[] arr, int index, byte value) static voidArray.setCharArrayEntry(char[] arr, int index, char value) static ByteVM.toByte(byte v) static DoubleVM.toDouble(float v) static FloatVM.toFloat(float v) static IntegerVM.toInteger(int v) static LongVM.toLong(long v) static ShortVM.toShort(short v) -
Uses of Export in de.mirkosertic.bytecoder.classlib.java.io
Methods in de.mirkosertic.bytecoder.classlib.java.io with annotations of type ExportModifier and TypeMethodDescriptionintTFileDescriptor.getFileDescriptorHandle()voidTFileDescriptor.setFileDescriptorHandle(int handle)