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

Method isPrimitiveArray

src/com/sun/jna/Function.java:637–640  ·  view source on GitHub ↗
(Class<?> argClass)

Source from the content-addressed store, hash-verified

635 }
636
637 private boolean isPrimitiveArray(Class<?> argClass) {
638 return argClass.isArray()
639 && argClass.getComponentType().isPrimitive();
640 }
641
642 /**
643 * Call the native function being represented by this object

Callers 1

convertArgumentMethod · 0.95

Calls 1

isArrayMethod · 0.80

Tested by

no test coverage detected