Uses of Class
org.bytedeco.javacpp.PointerPointer
Packages that use PointerPointer
-
Uses of PointerPointer in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return PointerPointerModifier and TypeMethodDescriptionPointerPointer.capacity
(long capacity) PointerPointer.getPointer
(long i) PointerPointer.limit
(long limit) PointerPointer.position
(long position) PointerPointer.put
(byte[]... array) PointerPointer.put
(char[]... array) PointerPointer.put
(double[]... array) Creates one by one a newDoublePointer
for eachdouble[]
, and writes them into the nativevoid*
array.PointerPointer.put
(float[]... array) Creates one by one a newFloatPointer
for eachfloat[]
, and writes them into the nativevoid*
array.PointerPointer.put
(int[]... array) PointerPointer.put
(long[]... array) Copies the Pointer value to the i-th element of a native array.PointerPointer.put
(short[]... array) Creates one by one a newShortPointer
for eachshort[]
, and writes them into the nativevoid*
array.Writes the Pointer values into the nativevoid*
array.