random-access-file-0.1.0.0: Random file access methods, supporting application-level page cache.

Safe HaskellNone
LanguageHaskell2010

System.IO.RandomAccessFile.MMap

Synopsis

Documentation

extendFile :: MMaped -> Size -> IO () Source #

Resize file to be at least of specified size. Does nothing if size of file is already greater or equal to specified. While file is resized, all reading and writing to it are locked.