acid-state-0.6.3: Add ACID guarantees to any serializable Haskell data structure.
FileIO
data FHandle Source
open :: FilePath -> IO FHandleSource
write :: FHandle -> Ptr Word8 -> Word32 -> IO Word32Source
flush :: FHandle -> IO ()Source
close :: FHandle -> IO ()Source