Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ setDOSTime
Method
setDOSTime
src/gnu/zip/ZipEntry.java:122–126 ·
view source on GitHub ↗
(int dostime)
Source
from the content-addressed store, hash-verified
120
}
121
122
final
void
setDOSTime(
int
dostime)
123
{
124
this.dostime = dostime;
125
known |= KNOWN_TIME;
126
}
127
128
final
int
getDOSTime()
129
{
Callers
2
readEntries
Method · 0.95
getNextEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected