vhd-0.2.2: Provides functions to inspect and manipulate virtual hard disk (VHD) files.

Safe HaskellNone

Data.Vhd.Lowlevel

Synopsis

Documentation

readHeader :: FilePath -> IO (Either String Header)Source

read header directly from a vhd file

readFooter :: FilePath -> IO (Either String Footer)Source

read footer directly from a vhd file.

writeHeader :: FilePath -> Header -> IO ()Source

re-write an header in a VHD file

writeFooter :: FilePath -> Footer -> IO ()Source

re-write both footer in a VHD file