Sourceexception Error of string * string Sourceval compress :
?level:int ->
?header:bool ->
(bytes -> int) ->
(bytes -> int -> unit) ->
unit Sourceval compress_direct :
?level:int ->
?header:bool ->
(bytes -> int -> unit) ->
(bytes -> int -> int -> unit) * (unit -> unit) Sourceval uncompress :
?header:bool ->
(bytes -> int) ->
(bytes -> int -> unit) ->
unit Sourcetype flush_command = | Z_NO_FLUSH| Z_SYNC_FLUSH| Z_FULL_FLUSH| Z_FINISH
Sourceval update_crc : int32 -> bytes -> int -> int -> int32 Sourceval update_crc_string : int32 -> string -> int -> int -> int32