Write a plaintext file (file size <= 100 KB)
More...
#include <ssgx_filesystem_t.h>
Write a plaintext file (file size <= 100 KB)
◆ PlainFileWriter()
| ssgx::filesystem_t::PlainFileWriter::PlainFileWriter |
( |
std::string | filepath | ) |
|
|
inlineexplicit |
◆ WriteAllBytes()
| void ssgx::filesystem_t::PlainFileWriter::WriteAllBytes |
( |
const std::vector< uint8_t > & | data | ) |
|
Write data to a binary file in plaintext.
- Parameters
-
| [in] | data | data will be written to file, in bytes, the max size is 100KB. |
- Exceptions
-
◆ WriteAllText()
| void ssgx::filesystem_t::PlainFileWriter::WriteAllText |
( |
const std::string & | str | ) |
|
Write data to a text file in plaintext.
- Parameters
-
| [in] | str | data will be written to file, in string, the max size is 100KB. |
- Exceptions
-
The documentation for this class was generated from the following file: