| Interface | Description |
|---|---|
| CpuConst | |
| FreeBSDNativeUtil | |
| JVMNativeUtil | |
| LinuxNativeUtil | |
| NativeBuffer |
Stream like representation of a NativeMemory object.
|
| NativeField<T,F> |
This interface is a wrapper for all field access methods from the jni interface.
|
| NativeMemory |
Interface for a pointer pointing to a memory region.
|
| NativeMethod<R,D> |
Interface for a java method referenced by native code.
|
| NativeUtil | |
| NativeUtilsProvider | |
| NetBSDNativeUtil | |
| PointerHandler |
Interface for handler to close/sync pointers of native memory.
|
| PosixNativeUtil | |
| WinConst |
This file contains some constants from the windows header files.
|
| WindowsNativeUtil |
| Class | Description |
|---|---|
| LinuxConst | |
| NativeUtils | |
| NoopNativeUtil | |
| StructHelper |
Helper/Util class to help parse/create structs from byte arrays.
|
| Enum | Description |
|---|---|
| LinuxNativeUtil.lseek_whence | |
| WindowsNativeUtil._locking_Mode |
see https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/locking?
|
| WindowsNativeUtil.CreateFileA_createMode | |
| WindowsNativeUtil.Path_VolumeName |
Copyright © 2024. All rights reserved.