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