Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ directoryOffset
Method
directoryOffset
classpath/java/util/zip/ZipFile.java:160–162 ·
view source on GitHub ↗
(Window w, int p)
Source
from the content-addressed store, hash-verified
158
}
159
160
private
static
int
directoryOffset(Window w,
int
p) throws IOException {
161
return
get4(w, p + 16);
162
}
163
164
private
static
int
entryNameLength(Window w,
int
p) throws IOException {
165
return
get2(w, p + 28);
Callers
1
ZipFile
Method · 0.95
Calls
1
get4
Method · 0.95
Tested by
no test coverage detected