Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ isDirectory
Method
isDirectory
src/bin/zip/ZipEntry.java:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
public
boolean isDirectory() {
92
return
getName().endsWith(
"/"
);
93
}
94
95
public
String getName() {
96
return
name;
Callers
4
isZipFileContentEquals
Method · 0.95
CenterFileHeader
Method · 0.80
copyZipEntry
Method · 0.80
collectChildren
Method · 0.80
Calls
1
getName
Method · 0.95
Tested by
no test coverage detected