public class MyJniClass extends Object
Constructor and Description |
---|
MyJniClass() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
test(boolean boolArg,
byte byteArg,
char charArg,
short shortArg,
int intArg,
long longArg,
float floatArg,
double doubleArg,
Buffer byteBuffer,
boolean[] boolArray,
char[] charArray,
short[] shortArray,
int[] intArray,
long[] longArray,
float[] floatArray,
double[] doubleArray,
double[][] multidim,
String string) |
public static void test(boolean boolArg, byte byteArg, char charArg, short shortArg, int intArg, long longArg, float floatArg, double doubleArg, Buffer byteBuffer, boolean[] boolArray, char[] charArray, short[] shortArray, int[] intArray, long[] longArray, float[] floatArray, double[] doubleArray, double[][] multidim, String string)
Copyright © 2014. All Rights Reserved.