| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| org.bytedeco.javacpp.chrono | |
| org.bytedeco.javacpp.global | |
| org.bytedeco.javacpp.presets |
Contains base presets which can be inherited.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanPointer
The peer class to native pointers and arrays of
jboolean. |
class |
BoolPointer
The peer class to native pointers and arrays of
bool. |
class |
BytePointer
The peer class to native pointers and arrays of
signed char, including strings. |
class |
CharPointer
The peer class to native pointers and arrays of
short for UTF-16. |
class |
CLongPointer
The peer class to native pointers and arrays of
long. |
class |
DoublePointer
The peer class to native pointers and arrays of
double. |
class |
FloatPointer
The peer class to native pointers and arrays of
float. |
class |
IntPointer
The peer class to native pointers and arrays of
int, also used for UTF-32. |
class |
Loader
The Loader contains functionality to load native libraries, but also has a bit
of everything that does not fit anywhere else.
|
class |
LongPointer
The peer class to native pointers and arrays of
long long. |
class |
Pointer
All peer classes to native types must be descended from Pointer, the topmost class.
|
class |
PointerPointer<P extends Pointer>
The peer class to native pointers and arrays of
void*. |
class |
ShortPointer
The peer class to native pointers and arrays of
short. |
class |
SizeTPointer
The peer class to native pointers and arrays of
size_t. |
| Modifier and Type | Class and Description |
|---|---|
class |
HighResolutionClock |
class |
HighResolutionDuration |
class |
HighResolutionTime |
class |
Hours |
class |
Microseconds |
class |
Milliseconds |
class |
Minutes |
class |
Nanoseconds |
class |
Seconds |
class |
SecondsDouble |
class |
SecondsFloat |
class |
SteadyClock |
class |
SteadyDuration |
class |
SteadyTime |
class |
SystemClock |
class |
SystemDuration |
class |
SystemTime |
| Modifier and Type | Class and Description |
|---|---|
class |
chrono |
| Modifier and Type | Class and Description |
|---|---|
class |
chrono |
class |
javacpp |
Copyright © 2024. All rights reserved.