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