Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ localHeader
Method
localHeader
classpath/java/util/zip/ZipFile.java:214–216 ·
view source on GitHub ↗
(Window w, int p)
Source
from the content-addressed store, hash-verified
212
}
213
214
private
static
int
localHeader(Window w,
int
p) throws IOException {
215
return
get4(w, p + 42);
216
}
217
218
private
static
int
localFileNameLength(Window w,
int
p) throws IOException {
219
return
get2(w, p + 26);
Callers
1
fileData
Method · 0.95
Calls
1
get4
Method · 0.95
Tested by
no test coverage detected