Safe Haskell | None |
---|---|
Language | Haskell2010 |
Binary IO.
Synopsis
- readBinaryFile' :: FilePath -> IO (ByteString, IO ())
Documentation
readBinaryFile' :: FilePath -> IO (ByteString, IO ()) Source #
Returns a close function for the file together with the contents.