| compress/1 | |
| decompress/1 | |
| is_valid/1 | |
| uncompressed_length/1 |
compress(IoList::iodata()) -> {ok, binary()} | {error, binary()}
decompress(IoList::iodata()) -> {ok, binary()} | {error, binary()}
is_valid(IoList::iodata()) -> boolean() | {error, binary()}
uncompressed_length(IoList::iodata()) -> {ok, non_neg_integer()} | {error, binary()}
Generated by EDoc