Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
mmapFile :: FilePath -> IO (Int, ForeignPtr a) Source #
Maps a whole file into memory, returns the size in bytes and a
ForeignPtr
to the contents.
Safe Haskell | None |
---|---|
Language | Haskell2010 |
mmapFile :: FilePath -> IO (Int, ForeignPtr a) Source #
Maps a whole file into memory, returns the size in bytes and a
ForeignPtr
to the contents.