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

Method localExtraFieldLength

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

Source from the content-addressed store, hash-verified

220 }
221
222 private static int localExtraFieldLength(Window w, int p)
223 throws IOException
224 {
225 return get2(w, p + 28);
226 }
227
228 public void close() throws IOException {
229 file.close();

Callers 1

fileDataMethod · 0.95

Calls 1

get2Method · 0.95

Tested by

no test coverage detected