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

Method entryEnd

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

Source from the content-addressed store, hash-verified

195 }
196
197 private static int entryEnd(Window w, int p) throws IOException {
198 final int HeaderSize = 46;
199 return p + HeaderSize
200 + fileNameLength(w, p)
201 + extraFieldLength(w, p)
202 + commentFieldLength(w, p);
203 }
204
205 private static int fileData(Window w, int p) throws IOException {
206 int localHeader = localHeader(w, p);

Callers 1

ZipFileMethod · 0.95

Calls 3

fileNameLengthMethod · 0.95
extraFieldLengthMethod · 0.95
commentFieldLengthMethod · 0.95

Tested by

no test coverage detected