Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val from_channel :
?len:int ->
?shrlen:int ->
'a reader ->
Stdlib.in_channel ->
'a
Read a biniou value from a channel.
val from_file : ?len:int -> ?shrlen:int -> 'a reader -> string -> 'a
Read a biniou value from a file.
val to_channel :
?len:int ->
?shrlen:int ->
'a writer ->
Stdlib.out_channel ->
'a ->
unit
Write a biniou value to a channel.
val to_file : ?len:int -> ?shrlen:int -> 'a writer -> string -> 'a -> unit
Write a biniou value to a file.