Item % of partially implemented % of fully implemented
java.util.zip
74
STORED : int
DEFLATED : int
ZipEntry(String) : void
ZipEntry(ZipEntry) : void
getName() : String
setTime(long) : void
getTime() : long
setTimeLocal(LocalDateTime) : void
getTimeLocal() : LocalDateTime
setLastModifiedTime(FileTime) : ZipEntry
getLastModifiedTime() : FileTime
setLastAccessTime(FileTime) : ZipEntry
getLastAccessTime() : FileTime
setCreationTime(FileTime) : ZipEntry
getCreationTime() : FileTime
setSize(long) : void
getSize() : long
getCompressedSize() : long
setCompressedSize(long) : void
setCrc(long) : void
getCrc() : long
setMethod(int) : void
getMethod() : int
setExtra(byte[]) : void
getExtra() : byte[]
setComment(String) : void
getComment() : String
isDirectory() : boolean
toString() : String
hashCode() : int
clone() : Object