MCPcopy Create free account
hub / github.com/java-native-access/jna / sizeof

Method sizeof

src/com/sun/jna/Native.java:1270–1270  ·  view source on GitHub ↗

Initialize field and method IDs for native methods of this class. Returns the size of a native pointer.

(int type)

Source from the content-addressed store, hash-verified

1268 * Returns the size of a native pointer.
1269 **/
1270 private static native int sizeof(int type);
1271
1272 private static native String getNativeVersion();
1273 private static native String getAPIChecksum();

Callers 1

NativeClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected