Item % of partially implemented % of fully implemented
java.util.zip
68
OPEN_READ : int
OPEN_DELETE : int
ZipFile(String) : void
ZipFile(File, int) : void
ZipFile(File) : void
ZipFile(File, int, Charset) : void
ZipFile(String, Charset) : void
ZipFile(File, Charset) : void
getComment() : String
getEntry(String) : ZipEntry
getInputStream(ZipEntry) : InputStream
getName() : String
entries() : Enumeration
stream() : Stream
size() : int
close() : void