| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
SizeTPointer |
SizeTPointer.capacity(int capacity) |
SizeTPointer |
SizeTPointer.limit(int limit) |
SizeTPointer |
SizeTPointer.position(int position) |
SizeTPointer |
SizeTPointer.put(int i,
long s)
Copies the
size_t value to the i-th element of a native array. |
SizeTPointer |
SizeTPointer.put(long s) |
Copyright © 2014. All Rights Reserved.