package fluxt

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

Module Flux_unzipSource

Sourcetype t
Sourcetype entry = private {
  1. filepath : string;
  2. mtime : Ptime.t;
  3. meth : [ `Stored | `Deflated ];
  4. crc32 : Checkseum.Crc32.t;
  5. csz : int64;
  6. usz : int64;
  7. offset : int64;
}
Sourceval of_filename : string -> (t, [> `Msg of string ]) result
Sourceval entries : t -> entry list
Sourceval stream : t -> entry -> string Flux.stream