Docs update, close #37

This commit is contained in:
Vitaly Puzrin 2016-02-17 11:36:01 +03:00
parent 8436aa863e
commit 10ecbab0be

View file

@ -152,6 +152,8 @@ Pako does not contain some specific zlib functions:
- __inflate__ - `inflateGetDictionary`, `inflateCopy`, `inflateMark`,
`inflatePrime`, `inflateSetDictionary`, `inflateSync`, `inflateSyncPoint`,
`inflateUndermine`.
- High level inflate/deflate wrappers (classes) may not support some flush
modes. Those should work: Z_NO_FLUSH, Z_FINISH, Z_SYNC_FLUSH.
Authors