public final class NativeCallsJNAImpl extends Object
NativeCalls interface that encapsulates native C
calls via JNA. To obtain an instance of JNA based implementation for the
current platform, use getInstance().
BridJ is supposed to be cleaner, faster but it does not support Solaris/SPARC yet and its not a mature library yet, so not using it. Can revisit once this changes.
| Modifier and Type | Method and Description |
|---|---|
static NativeCalls |
getInstance()
Get an instance of JNA based implementation of
NativeCalls for the
current platform. |
public static NativeCalls getInstance()
NativeCalls for the
current platform.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.