Item % of partially implemented % of fully implemented
java.util.zip
86
Inflater(boolean) : void
Inflater() : void
setInput(byte[], int, int) : void
setInput(byte[]) : void
setInput(ByteBuffer) : void
setDictionary(byte[], int, int) : void
setDictionary(byte[]) : void
setDictionary(ByteBuffer) : void
getRemaining() : int
needsInput() : boolean
needsDictionary() : boolean
finished() : boolean
inflate(byte[], int, int) : int
inflate(byte[]) : int
inflate(ByteBuffer) : int
getAdler() : int
getTotalIn() : int
getBytesRead() : long
getTotalOut() : int
getBytesWritten() : long
reset() : void
end() : void