A read-only memory-mapped file.
Constructors
open(path :
String) :
MappedFile Maps +path+ read-only. Raises File::NotFoundError if the file does not
exist, and IO::Error if the file is empty or cannot be mapped.
SourceInstance methods
data
The mapped bytes, as a UInt8 pointer.
Source