()
| 43 | } |
| 44 | |
| 45 | public static void staticLoad() { |
| 46 | if (!_loaded && !"false".equals(System.getProperty("skija.staticLoad"))) |
| 47 | load(); |
| 48 | } |
| 49 | |
| 50 | public static String readResource(String path) { |
| 51 | URL url = _nativeLibraryClass.getResource(path); |
no test coverage detected