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

Method isZip

src/test/LoaderTest.java:324–327  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

322 }
323
324 private boolean isZip(String path) {
325 return path.toLowerCase().endsWith(".zip")
326 || path.toLowerCase().endsWith(".trz");
327 }
328
329 private boolean saveNewZip() {
330 // choose zip file path and create list to fill

Callers 2

openDnDResourceMethod · 0.95
openLibraryResourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected