exception Error of string * stringtype flush_command = | Z_NO_FLUSH| Z_SYNC_FLUSH| Z_FULL_FLUSH| Z_FINISH
val deflate_init : int -> bool -> streamval deflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * intval deflate_end : stream -> unitval inflate_init : bool -> streamval inflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * intval inflate_end : stream -> unitval compress :
?level:int ->
?header:bool ->
(bytes -> int) ->
(bytes -> int -> 'a) ->
unitval uncompress : ?header:bool -> (bytes -> int) -> (bytes -> int -> 'a) -> unit