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

Method extraFieldLength

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

Source from the content-addressed store, hash-verified

187 }
188
189 private static int extraFieldLength(Window w, int p) throws IOException {
190 return get2(w, p + 30);
191 }
192
193 private static int commentFieldLength(Window w, int p) throws IOException {
194 return get2(w, p + 32);

Callers 1

entryEndMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected