Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getName
Method
getName
classpath/java/util/jar/JarFile.java:45–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
String getName() {
46
try {
47
return
entryName(window, pointer);
48
} catch (IOException e) {
49
return
null;
50
}
51
}
52
53
public
long getCompressedSize() {
54
try {
Callers
nothing calls this directly
Calls
1
entryName
Method · 0.80
Tested by
no test coverage detected