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

Method fileData

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

Source from the content-addressed store, hash-verified

203 }
204
205 private static int fileData(Window w, int p) throws IOException {
206 int localHeader = localHeader(w, p);
207 final int LocalHeaderSize = 30;
208 return localHeader
209 + LocalHeaderSize
210 + localFileNameLength(w, localHeader)
211 + localExtraFieldLength(w, localHeader);
212 }
213
214 private static int localHeader(Window w, int p) throws IOException {
215 return get4(w, p + 42);

Callers 1

getInputStreamMethod · 0.95

Calls 3

localHeaderMethod · 0.95
localFileNameLengthMethod · 0.95
localExtraFieldLengthMethod · 0.95

Tested by

no test coverage detected