Item % of partially implemented % of fully implemented
java.util.zip
88
ZipInputStream(InputStream) : void
ZipInputStream(InputStream, Charset) : void
getNextEntry() : ZipEntry
closeEntry() : void
available() : int
read(byte[], int, int) : int
skip(long) : long
close() : void
createZipEntry(String) : ZipEntry