Class java.util.zip.Deflater
Added Methods | |
---|---|
int deflate (ByteBuffer ) | |
int deflate (ByteBuffer, | |
void setDictionary (ByteBuffer ) | |
void setInput (ByteBuffer ) |
Changed Methods | ||
---|---|---|
void finalize () | Change in exceptions thrown from no exceptions to java.lang.Throwable .Method was locally defined, but is now inherited from Object . |