MCPcopy Create free account
hub / github.com/ReadyTalk/avian / uncompressedSize

Method uncompressedSize

classpath/java/util/zip/ZipFile.java:181–183  ·  view source on GitHub ↗
(Window w, int p)

Source from the content-addressed store, hash-verified

179 }
180
181 protected static int uncompressedSize(Window w, int p) throws IOException {
182 return get4(w, p + 24);
183 }
184
185 private static int fileNameLength(Window w, int p) throws IOException {
186 return get2(w, p + 28);

Callers 3

getInputStreamMethod · 0.95
getSizeMethod · 0.80
getSizeMethod · 0.80

Calls 1

get4Method · 0.95

Tested by

no test coverage detected