MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getName

Method getName

classpath/java/util/zip/ZipEntry.java:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54 //Method to return name of the file
55 public String getName() {
56 return name;
57 }
58
59 //Method to check if file is a directory
60 public boolean isDirectory() {

Callers 3

mainMethod · 0.95
verifyContentsMethod · 0.95
isDirectoryMethod · 0.95

Calls

no outgoing calls

Tested by 2

mainMethod · 0.76
verifyContentsMethod · 0.76