package lz4_chans

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

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