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

Method commentFieldLength

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

Source from the content-addressed store, hash-verified

191 }
192
193 private static int commentFieldLength(Window w, int p) throws IOException {
194 return get2(w, p + 32);
195 }
196
197 private static int entryEnd(Window w, int p) throws IOException {
198 final int HeaderSize = 46;

Callers 1

entryEndMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected