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

Method fixedArgs

src/com/sun/jna/Function.java:806–808  ·  view source on GitHub ↗

Varargs are only supported on 1.5+.

(Method m)

Source from the content-addressed store, hash-verified

804
805 /** Varargs are only supported on 1.5+. */
806 static int fixedArgs(Method m) {
807 return IS_VARARGS.fixedArgs(m);
808 }
809
810 private static class NativeMappedArray extends Memory implements PostCallRead {
811 private final NativeMapped[] original;

Callers 1

invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected