package vhd-format

  1. Overview
  2. Docs
val sector_size : int
val sector_shift : int
val cstruct_equal : Cstruct.t -> Cstruct.t -> bool
exception Invalid_sector of int64 * int64
val max_disk_size : int64
module UTF16 : sig ... end
module Feature : sig ... end
module Disk_type : sig ... end
module Host_OS : sig ... end
module Geometry : sig ... end
module Platform_code : sig ... end
module Parent_locator : sig ... end
module Header : sig ... end
module BAT : sig ... end
module Batmap_header : sig ... end
module Batmap : sig ... end
module Bitmap : sig ... end
module Sector : sig ... end
module Vhd : sig ... end
module Raw : sig ... end
type size = {
  1. total : int64;
  2. metadata : int64;
  3. empty : int64;
  4. copy : int64;
}
val empty : size
module Stream (A : S.ASYNC) : sig ... end
module Make (File : S.IO) : sig ... end
OCaml

Innovation. Community. Security.