Memory Mapped File I/O

Home > Computer Science > Programming Languages > File I/O > Memory Mapped File I/O

This is a method of accessing files by mapping a portion of the file into memory. By doing this, the program can access the data in memory as if it were stored in an array.