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

Method ZipEntry

classpath/java/util/zip/ZipEntry.java:49–52  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

47 int offset = -1;
48
49 public ZipEntry(String name) {
50 this.name = name;
51 setTime(System.currentTimeMillis());
52 }
53
54 //Method to return name of the file
55 public String getName() {

Callers

nothing calls this directly

Calls 2

setTimeMethod · 0.95
currentTimeMillisMethod · 0.95

Tested by

no test coverage detected