Module Lz4_chansSource

open/close binary channels, with LZ4-compression happening in the background, using a separate process and a named pipes

Sourceval open_in_bin : string -> in_channel
Sourceval open_out_bin : string -> out_channel
Sourceval close_in : in_channel -> unit
Sourceval close_out : out_channel -> unit
Sourceval with_in_file : string -> (in_channel -> 'a) -> 'a
Sourceval with_out_file : string -> (out_channel -> 'a) -> 'a