MCPcopy Index your code
hub / github.com/java-native-access/jna / getFile

Method getFile

src/com/sun/jna/NativeLibrary.java:666–670  ·  view source on GitHub ↗

Returns the file on disk corresponding to this NativeLibrary instance. If this NativeLibrary represents the current process, this function will return null.

()

Source from the content-addressed store, hash-verified

664 * If this NativeLibrary represents the current process, this function will return null.
665 */
666 public File getFile() {
667 if (libraryPath == null)
668 return null;
669 return new File(libraryPath);
670 }
671
672 /** Close all open native libraries. */
673 static void disposeAll() {

Callers 4

getInstanceMethod · 0.95

Calls

no outgoing calls

Tested by 3