| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
NativeMemory |
LinuxNativeUtil.pointer(long ptr,
long size,
PointerHandler handler)
Any calls to the resulting NativeMemory may cause the JVM to die due to a SEGFAULT is size is not specified correctly.
|
NativeMemory |
WindowsNativeUtil.pointer(long ptr,
long size,
PointerHandler handler)
Any calls to the resulting NativeMemory may cause the JVM to die due to a SEGFAULT is size is not specified correctly.
|
Copyright © 2023. All rights reserved.