| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoolPointer
The peer class to native pointers and arrays of
bool. |
class |
CLongPointer
The peer class to native pointers and arrays of
long. |
class |
SizeTPointer
The peer class to native pointers and arrays of
size_t. |
| Modifier and Type | Method and Description |
|---|---|
static long |
Pointer.physicalBytes()
Returns the amount of physical memory currently used by the whole process, or 0 if unknown.
|
Copyright © 2016. All rights reserved.