Package | Description |
---|---|
org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
Modifier and Type | Method and Description |
---|---|
PointerPointer<P> |
PointerPointer.capacity(long capacity) |
PointerPointer<P> |
PointerPointer.limit(long limit) |
PointerPointer<P> |
PointerPointer.position(long position) |
PointerPointer<P> |
PointerPointer.put(byte[]... array)
|
PointerPointer<P> |
PointerPointer.put(char[]... array)
|
PointerPointer<P> |
PointerPointer.put(double[]... array)
Creates one by one a new
DoublePointer for each double[] ,
and writes them into the native void* array. |
PointerPointer<P> |
PointerPointer.put(float[]... array)
Creates one by one a new
FloatPointer for each float[] ,
and writes them into the native void* array. |
PointerPointer<P> |
PointerPointer.put(int[]... array)
|
PointerPointer<P> |
PointerPointer.put(long[]... array)
|
PointerPointer<P> |
PointerPointer.put(long i,
Pointer p)
Copies the Pointer value to the i-th element of a native array.
|
PointerPointer<P> |
PointerPointer.put(P... array)
Writes the Pointer values into the native
void* array. |
PointerPointer<P> |
PointerPointer.put(Pointer p) |
PointerPointer<P> |
PointerPointer.put(short[]... array)
Creates one by one a new
ShortPointer for each short[] ,
and writes them into the native void* array. |
PointerPointer<P> |
PointerPointer.putString(String... array)
|
PointerPointer<P> |
PointerPointer.putString(String[] array,
Charset charset)
|
PointerPointer<P> |
PointerPointer.putString(String[] array,
String charsetName)
|
Copyright © 2020. All rights reserved.