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 intArray. byteArrayLength(byte[] arr)static intArray. charArrayLength(char[] arr)static java.lang.StringVM. exceptionMessage(java.lang.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 java.lang.Object[]Array. newObjectArray(int len)static booleanVM. nullsafeEquals(java.lang.Object a, java.lang.Object b)static java.lang.StringVM. objectToString(java.lang.Object o)static voidArray. setByteArrayEntry(byte[] arr, int index, byte value)static voidArray. setCharArrayEntry(char[] arr, int index, char value)static java.lang.ByteVM. toByte(byte v)static java.lang.DoubleVM. toDouble(float v)static java.lang.FloatVM. toFloat(float v)static java.lang.IntegerVM. toInteger(int v)static java.lang.LongVM. toLong(long v)static java.lang.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 Export Modifier and Type Method Description intTFileDescriptor. getFileDescriptorHandle()voidTFileDescriptor. setFileDescriptorHandle(int handle)
-