Vocabularyio.mmapInputsOutputsGeneric word contractOpens a file and maps its contents into memory. The length is permitted to exceed the length of the file on disk, in which case the remaining space is padded with zero bytes.
NotesYou must call
dispose when you are finished working with the returned object, to reclaim resources. The
with-mapped-file provides an abstraction which can close the mapped file for you.
ErrorsThrows an error if a memory mapping could not be established.
Definition