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