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

Method setTime

classpath/java/util/zip/ZipEntry.java:113–116  ·  view source on GitHub ↗
(long currentTime)

Source from the content-addressed store, hash-verified

111
112 //Methods to set and get the time and date
113 public void setTime(long currentTime){
114 modTimeDate = computeDOSDateTime(currentTime);
115 millisTime = currentTime;
116 }
117
118 public long getTime(){
119 return millisTime;

Callers 1

ZipEntryMethod · 0.95

Calls 1

computeDOSDateTimeMethod · 0.95

Tested by

no test coverage detected