| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ShortPointer |
ShortPointer.capacity(int capacity) |
ShortPointer |
ShortPointer.get(short[] array) |
ShortPointer |
ShortPointer.get(short[] array,
int offset,
int length)
Reads a portion of the native array into a Java array.
|
ShortPointer |
ShortPointer.limit(int limit) |
ShortPointer |
ShortPointer.position(int position) |
ShortPointer |
ShortPointer.put(int i,
short s)
Copies the
short value to the i-th element of a native array. |
ShortPointer |
ShortPointer.put(short... array) |
ShortPointer |
ShortPointer.put(short s) |
ShortPointer |
ShortPointer.put(short[] array,
int offset,
int length)
Writes a portion of a Java array into the native array.
|
Copyright © 2014. All Rights Reserved.