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

Method compressedSize

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

Source from the content-addressed store, hash-verified

175 }
176
177 protected static int compressedSize(Window w, int p) throws IOException {
178 return get4(w, p + 20);
179 }
180
181 protected static int uncompressedSize(Window w, int p) throws IOException {
182 return get4(w, p + 24);

Callers 3

getInputStreamMethod · 0.95
getCompressedSizeMethod · 0.80
getCompressedSizeMethod · 0.80

Calls 1

get4Method · 0.95

Tested by

no test coverage detected