Uses of Class
de.mirkosertic.bytecoder.api.Export
-
Packages that use Export Package Description de.mirkosertic.bytecoder.classlib de.mirkosertic.bytecoder.classlib.java.io -
-
Uses of Export in de.mirkosertic.bytecoder.classlib
Methods in de.mirkosertic.bytecoder.classlib with annotations of type Export Modifier and Type Method Description static int
Array. byteArrayLength(byte[] arr)
static int
Array. charArrayLength(char[] arr)
static java.lang.String
VM. exceptionMessage(java.lang.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 java.lang.Object[]
Array. newObjectArray(int len)
static boolean
VM. nullsafeEquals(java.lang.Object a, java.lang.Object b)
static java.lang.String
VM. objectToString(java.lang.Object o)
static void
Array. setByteArrayEntry(byte[] arr, int index, byte value)
static void
Array. setCharArrayEntry(char[] arr, int index, char value)
static java.lang.Byte
VM. toByte(byte v)
static java.lang.Double
VM. toDouble(float v)
static java.lang.Float
VM. toFloat(float v)
static java.lang.Integer
VM. toInteger(int v)
static java.lang.Long
VM. toLong(long v)
static java.lang.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 Export Modifier and Type Method Description int
TFileDescriptor. getFileDescriptorHandle()
void
TFileDescriptor. setFileDescriptorHandle(int handle)
-