mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-04 21:54:00 +01:00
Add JNI
This commit is contained in:
8
SchemSearch.java
Normal file
8
SchemSearch.java
Normal file
@ -0,0 +1,8 @@
|
||||
public class SchemSearch {
|
||||
|
||||
public static native String search(String schematicFile, String patternFile);
|
||||
|
||||
public static void init(String filePath) {
|
||||
System.loadLibrary(filePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user