Uses of Class
org.bytedeco.javacpp.CLongPointer
-
Packages that use CLongPointer Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime. -
-
Uses of CLongPointer in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return CLongPointer Modifier and Type Method Description CLongPointerCLongPointer. capacity(long capacity)CLongPointerCLongPointer. get(long[] array)CLongPointerCLongPointer. get(long[] array, int offset, int length)Reads a portion of the native array into a Java array.CLongPointerCLongPointer. getPointer(long i)CLongPointerCLongPointer. limit(long limit)CLongPointerCLongPointer. position(long position)CLongPointerCLongPointer. put(long l)CLongPointerCLongPointer. put(long... array)CLongPointerCLongPointer. put(long[] array, int offset, int length)Writes a portion of a Java array into the native array.CLongPointerCLongPointer. put(long i, long l)Copies thelongvalue to the i-th element of a native array.
-