Contains output information and data of a file to read
More...
#include <ReadFileData.hpp>
|
FileSystemError | Result = static_cast<FileSystemError>(0) |
| Contains an error code as a result of the read process
|
|
std::vector< TraitItem > | TraitItems |
| Contains the requested traits of the file to read
|
|
RscStream | Data |
| Contains the data of the file to read
|
|
Contains output information and data of a file to read
◆ Deserialize()
void Arp::System::Commons::Services::Io::ReadFileData::Deserialize |
( |
RscReader & |
reader | ) |
|
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
- Parameters
-
reader | Reference to RscReader. |
◆ GetFieldCount()
size_t Arp::System::Commons::Services::Io::ReadFileData::GetFieldCount |
( |
void |
| ) |
|
|
static |
Returns the count of fields
- Returns
- Count of fields.
The field count is used for serialization via Rsc
◆ Serialize()
void Arp::System::Commons::Services::Io::ReadFileData::Serialize |
( |
RscWriter & |
writer | ) |
const |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
- Parameters
-
writer | Reference to RscWriter |
The documentation for this class was generated from the following files:
- Arp/System/Commons/Services/Io/ReadFileData.hpp
- Arp/System/Commons/Services/Io/ReadFileData.cpp