Brassaia_eio_pack_io.Dictmodule Io = Io.Unixval find : t -> int -> string optionval index : t -> string -> int optionval create_rw :
overwrite:bool ->
path:string ->
(t, [> Io.create_error ]) Stdlib.resultval open_rw :
size:Import.int63 ->
dead_header_size:int ->
string ->
(t, [> Io.open_error | Io.read_error | `Inconsistent_store ]) Stdlib.resultval open_ro :
size:Import.int63 ->
dead_header_size:int ->
string ->
(t, [> Io.open_error | Io.read_error | `Inconsistent_store ]) Stdlib.resultval refresh_end_poff :
t ->
Import.int63 ->
(unit, [> Io.read_error | `Rw_not_allowed ]) Stdlib.resultval empty_buffer : t -> boolval end_poff : t -> Import.int63val close : t -> (unit, [> Io.close_error | `Pending_flush ]) Stdlib.resultval fsync : t -> (unit, [> Io.write_error ]) Stdlib.resultval flush : t -> (unit, [> Io.write_error ]) Stdlib.result