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

Method entryName

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

Source from the content-addressed store, hash-verified

166 }
167
168 protected static String entryName(Window w, int p) throws IOException {
169 int length = entryNameLength(w, p);
170 return new String(w.data, w.seek(p + 46, length), length);
171 }
172
173 private static int compressionMethod(Window w, int p) throws IOException {
174 return get2(w, p + 10);

Callers 3

ZipFileMethod · 0.95
getNameMethod · 0.80
getNameMethod · 0.80

Calls 2

entryNameLengthMethod · 0.95
seekMethod · 0.45

Tested by

no test coverage detected