MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / main

Method main

src/test/ReadZipVideoTest.java:12–19  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 3

getResourceMethod · 0.95
getZippedImagePathsMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected