18 #ifndef ION_PORT_MEMORYMAPPEDFILE_H_
19 #define ION_PORT_MEMORYMAPPEDFILE_H_
21 #include "base/macros.h"
23 #if defined(ION_PLATFORM_WINDOWS)
40 const void* GetData()
const;
43 size_t GetLength()
const;
48 #if defined(ION_PLATFORM_WINDOWS)
58 #endif // ION_PORT_MEMORYMAPPEDFILE_H_
Read-only in-memory view of an entire file on disk.