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

Method entryNameLength

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

Source from the content-addressed store, hash-verified

162 }
163
164 private static int entryNameLength(Window w, int p) throws IOException {
165 return get2(w, p + 28);
166 }
167
168 protected static String entryName(Window w, int p) throws IOException {
169 int length = entryNameLength(w, p);

Callers 1

entryNameMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected