F.From_file
module Vhd_IO : sig ... end
module Raw_IO : sig ... end
iter f stream
applies each element from stream
to f
in order.
fold_left f initial stream
folds f
across all the elements in the stream
with neutral element initial
an image of a disk represented as a stream
replaces 'Empty' elements with explicit writes of zeroes
replaces 'Copy' elements with explicit writes of data
module Vhd_input : sig ... end
module Hybrid_input : sig ... end
module Raw_input : sig ... end
module Hybrid_raw_input : sig ... end