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

Method compressionMethod

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

Source from the content-addressed store, hash-verified

171 }
172
173 private static int compressionMethod(Window w, int p) throws IOException {
174 return get2(w, p + 10);
175 }
176
177 protected static int compressedSize(Window w, int p) throws IOException {
178 return get4(w, p + 20);

Callers 1

getInputStreamMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected