◆ FUnixMappedFileHandle()
| FUnixMappedFileHandle::FUnixMappedFileHandle |
( |
int |
InFileHandle, |
|
|
int64 |
FileSize, |
|
|
const FString & |
InFilename |
|
) |
| |
|
inline |
◆ ~FUnixMappedFileHandle()
| virtual FUnixMappedFileHandle::~FUnixMappedFileHandle |
( |
| ) |
|
|
inlineoverridevirtual |
◆ MapRegion()
Map a region of the file.
- Parameters
-
| Offset | Offset into the file to start mapping. |
| BytesToMap | Number of bytes to map. Clamped to the size of the file. |
| Flags | A combination of EMappingFlags values |
- Returns
- the mapped region interface. Returns nullptr on failure.
Implements IMappedFileHandle.
◆ UnMap()
The documentation for this class was generated from the following file: