public class FFIPointerImpl extends Object implements FFIPointer
| Modifier and Type | Field and Description |
|---|---|
long |
address
do not change the declaration of field address
since it has been hard coded in code generator.
|
| Constructor and Description |
|---|
FFIPointerImpl(long address) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress()
get the native address of the pointer
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddresspublic long address
public final long getAddress()
FFIPointergetAddress in interface FFIPointerCopyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.