Contains all input information to read a file
More...
#include <ReadFileInfo.hpp>
|
| ReadFileInfo (void) |
| Constructs an ReadFileInfo instance.
|
|
| ReadFileInfo (const RscString< 512 > &filePath, Traits fileTraits) |
| Constructs an ReadFileInfo instance.
|
|
void | Serialize (RscWriter &writer) const |
| Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More...
|
|
void | Deserialize (RscReader &reader) |
| Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More...
|
|
| RscSerializable (void)=default |
| The default constructor.
|
|
|
RscString< 512 > | FilePath |
| Path of the file to read
|
|
Traits | FileTraits = static_cast<Traits>(0) |
| Traits of the file which shall be retrieved
|
|
Contains all input information to read a file
◆ Deserialize()
void Arp::System::Commons::Services::Io::ReadFileInfo::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::ReadFileInfo::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::ReadFileInfo::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/ReadFileInfo.hpp
- Arp/System/Commons/Services/Io/ReadFileInfo.cpp