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

Method localFileNameLength

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

Source from the content-addressed store, hash-verified

216 }
217
218 private static int localFileNameLength(Window w, int p) throws IOException {
219 return get2(w, p + 26);
220 }
221
222 private static int localExtraFieldLength(Window w, int p)
223 throws IOException

Callers 1

fileDataMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected