(String[] args)
| 10 | static String localpath = "C:/Users/Doug/Website/tracker-davidson/library/JS/basketball.zip"; |
| 11 | |
| 12 | public static void main(String[] args) { |
| 13 | Resource res = ResourceLoader.getResource(webpath); |
| 14 | if (res != null) { |
| 15 | String[] paths = VideoIO.getZippedImagePaths(webpath); |
| 16 | System.out.println("Found in zip file: " + (paths == null? null: paths.length+" images "+paths[0])); |
| 17 | } |
| 18 | // System.exit(0); |
| 19 | } |
| 20 | |
| 21 | } |
nothing calls this directly
no test coverage detected