File abstract layer.
More...
|
| using | Bytes = std::vector< uint8_t > |
| | File byte sequence. Vector of uint8_t. More...
|
| |
|
| const uint32_t | FileSizeMax = std::numeric_limits<int32_t>::max() |
| | 0x7fffffff = 2GiB More...
|
| |
File byte sequence. Vector of uint8_t.
Definition at line 25 of file file.h.
| void yappy::file::initWithArchiveFile |
( |
const wchar_t * |
archiveFile | ) |
|
Uses archive file.
- Parameters
-
| [in] | archiveFile | Archive file path. |
- Warning
- Not implemented...
Definition at line 97 of file file.cpp.
| void yappy::file::initWithFileSystem |
( |
const wchar_t * |
rootDir | ) |
|
Uses real file system.
- Parameters
-
| [in] | rootDir | Root directory path. |
Definition at line 92 of file file.cpp.
| Bytes yappy::file::loadFile |
( |
const wchar_t * |
fileName | ) |
|
Load file from abstract file system.
Library uses this function. initXXX() function must be called at first.
- Parameters
-
Definition at line 103 of file file.cpp.
| const uint32_t yappy::file::FileSizeMax = std::numeric_limits<int32_t>::max() |
0x7fffffff = 2GiB
Definition at line 12 of file file.h.