Uses of Class
org.bytedeco.javacpp.CLongPointer
Packages that use CLongPointer
-
Uses of CLongPointer in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return CLongPointerModifier and TypeMethodDescriptionCLongPointer.capacity
(long capacity) CLongPointer.get
(long[] array) CLongPointer.get
(long[] array, int offset, int length) Reads a portion of the native array into a Java array.CLongPointer.getPointer
(long i) CLongPointer.limit
(long limit) CLongPointer.position
(long position) CLongPointer.put
(long l) CLongPointer.put
(long... array) CLongPointer.put
(long[] array, int offset, int length) Writes a portion of a Java array into the native array.CLongPointer.put
(long i, long l) Copies thelong
value to the i-th element of a native array.