Mode Fields |
The FileStorageMode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Append |
Open the file for appending
|
![]() ![]() | Base64 |
Write rawdata in Base64 by default. (consider using WriteBase64)
|
![]() ![]() | FormatAuto |
Auto format
|
![]() ![]() | FormatJson |
JSON format
|
![]() ![]() | FormatMask |
Mask for format flags
|
![]() ![]() | FormatXml |
XML format
|
![]() ![]() | FormatYaml |
YAML format
|
![]() ![]() | Memory |
ReadMat data from source or write data to the internal buffer
|
![]() ![]() | Read |
Open the file for reading
|
![]() | value__ | |
![]() ![]() | Write |
Open the file for writing
|
![]() ![]() | WriteBase64 |
enable both Write and Base64
|