Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val deflate_init : int -> bool -> stream
val deflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val deflate_string :
stream ->
string ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val deflate_end : stream -> unit
val inflate_init : bool -> stream
val inflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val inflate_string :
stream ->
string ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val inflate_end : stream -> unit