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

Method fileNameLength

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

Source from the content-addressed store, hash-verified

183 }
184
185 private static int fileNameLength(Window w, int p) throws IOException {
186 return get2(w, p + 28);
187 }
188
189 private static int extraFieldLength(Window w, int p) throws IOException {
190 return get2(w, p + 30);

Callers 1

entryEndMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected