Description and content of a file.
More...
#include <arcane/utils/FileContent.h>
Description and content of a file.
Definition at line 32 of file FileContent.h.
◆ FileContent() [1/2]
| Arcane::FileContent::FileContent |
( |
| ) |
|
|
inline |
◆ FileContent() [2/2]
| Arcane::FileContent::FileContent |
( |
Span< const Byte > | abytes, |
|
|
Int32 | version, |
|
|
const String & | compression ) |
|
inline |
◆ bytes()
| Span< const Byte > Arcane::FileContent::bytes |
( |
| ) |
const |
◆ compression()
| const String & Arcane::FileContent::compression |
( |
| ) |
const |
|
inline |
◆ version()
| Int32 Arcane::FileContent::version |
( |
| ) |
const |
|
inline |
◆ CURRENT_VERSION
| const Int32 Arcane::FileContent::CURRENT_VERSION = 1 |
|
static |
◆ m_bytes
◆ m_compression
| String Arcane::FileContent::m_compression |
|
private |
◆ m_version
| Int32 Arcane::FileContent::m_version |
|
private |
The documentation for this class was generated from the following files: