Safe Haskell | None |
---|---|
Language | Haskell98 |
System.Posix.ByteLevel
Synopsis
- fdWrite :: Fd -> CStringLen -> IO ByteCount
- fdWriteB :: Fd -> ByteString -> IO Int
- writeAllB :: Fd -> ByteString -> IO ()
- writeAllL :: Fd -> ByteString -> IO ()
cautious-file-1.0.2: Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures
Safe Haskell | None |
---|---|
Language | Haskell98 |
System.Posix.ByteLevel