ymnk / jzlib

re-implementation of zlib in pure Java

Home Page:http://www.jcraft.com/jzlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Z_BLOCK inflate parameter

blacelle opened this issue · comments

Could you add Z_BLOCK mode for inflate? It would enable implementing RandomAccess as described in https://github.com/madler/zlib/blob/master/examples/zran.c

Thanks