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

Safe HaskellNone
LanguageHaskell98

Data.Vhd.Lowlevel

Synopsis

Documentation

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

read header directly from a vhd file

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

read footer directly from a vhd file.

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

re-write an header in a VHD file

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

re-write both footer in a VHD file