MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getURL

Method getURL

src/org/albite/util/archive/zip/ArchiveZip.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public final String getURL() {
45 return file.getURL();
46 }
47
48 public final int fileSize() throws IOException {
49 return file.length();

Callers

nothing calls this directly

Calls 1

getURLMethod · 0.65

Tested by

no test coverage detected