package avro

  1. Overview
  2. Docs

Module Obj_container_file.CodecSource

Compression codecs for data blocks

Sourcetype t
Sourceval null : t
Sourceval deflate : t
Sourceval find_by_name : string -> t option
Sourceval find_by_name_exn : string -> t
Sourceval name : t -> string
Sourceval register : name:string -> compress:(string -> string) -> decompress:(string -> string) -> unit -> t

Register decompression codecs. Defaults are "null" and "deflate".

Sourceval register' : name:string -> compress:(string -> string) -> decompress:(string -> string) -> unit -> unit