Class java.util.zip.Inflater
Added Methods | |
---|---|
int inflate (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 .
|