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 int
Array.byteArrayLength
(byte[] arr) static int
Array.charArrayLength
(char[] arr) static String
VM.exceptionMessage
(Exception e) static byte
Array.getByteArrayEntry
(byte[] arr, int index) static char
Array.getCharArrayEntry
(char[] arr, int index) static int
Array.getIntArrayEntry
(int[] arr, int index) static byte[]
Array.newByteArray
(int len) static char[]
Array.newCharArray
(int len) static Object[]
Array.newObjectArray
(int len) static boolean
VM.nullsafeEquals
(Object a, Object b) static String
VM.objectToString
(Object o) static void
Array.setByteArrayEntry
(byte[] arr, int index, byte value) static void
Array.setCharArrayEntry
(char[] arr, int index, char value) static Byte
VM.toByte
(byte v) static Double
VM.toDouble
(float v) static Float
VM.toFloat
(float v) static Integer
VM.toInteger
(int v) static Long
VM.toLong
(long v) static Short
VM.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 TypeMethodDescriptionint
TFileDescriptor.getFileDescriptorHandle()
void
TFileDescriptor.setFileDescriptorHandle
(int handle)