Package | Description |
---|---|
org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
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 |
BooleanPointer
The peer class to native pointers and arrays of
jboolean . |
class |
BoolPointer
The peer class to native pointers and arrays of
bool . |
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 |
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 |
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 |
CLongPointer
The peer class to native pointers and arrays of
long . |
class |
DoublePointer
The peer class to native pointers and arrays of
double . |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
ShortPointer
The peer class to native pointers and arrays of
short . |
class |
SizeTPointer
The peer class to native pointers and arrays of
size_t . |
class |
SizeTPointer
The peer class to native pointers and arrays of
size_t . |
Modifier and Type | Class and Description |
---|---|
class |
javacpp |
class |
javacpp |
Copyright © 2023. All rights reserved.