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