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