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

Method isBuffer

src/com/sun/jna/Native.java:2528–2530  ·  view source on GitHub ↗
(Class<?> cls)

Source from the content-addressed store, hash-verified

2526
2527 private static class Buffers {
2528 static boolean isBuffer(Class<?> cls) {
2529 return Buffer.class.isAssignableFrom(cls);
2530 }
2531 }
2532
2533 /** Provides separation of JAWT functionality for the sake of J2ME

Callers 2

getNativeSizeMethod · 0.95
getConversionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected