Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getName
Method
getName
classpath/java/util/zip/ZipFile.java:291–297 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
}
290
291
public
String getName() {
292
try {
293
return
entryName(window, pointer);
294
} catch (IOException e) {
295
return
null;
296
}
297
}
298
299
public
long getCompressedSize() {
300
try {
Callers
nothing calls this directly
Calls
1
entryName
Method · 0.80
Tested by
no test coverage detected