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 CLongPointer
CLongPointer. capacity(long capacity)
CLongPointer
CLongPointer. get(long[] array)
CLongPointer
CLongPointer. get(long[] array, int offset, int length)
Reads a portion of the native array into a Java array.CLongPointer
CLongPointer. getPointer(long i)
CLongPointer
CLongPointer. limit(long limit)
CLongPointer
CLongPointer. position(long position)
CLongPointer
CLongPointer. put(long l)
CLongPointer
CLongPointer. put(long... array)
CLongPointer
CLongPointer. put(long[] array, int offset, int length)
Writes a portion of a Java array into the native array.CLongPointer
CLongPointer. put(long i, long l)
Copies thelong
value to the i-th element of a native array.
-