|
| STRM (const STRM &)=delete |
|
constexpr size_t | GetBlockSize (const u32 block_idx) |
|
Result | ValidateImpl (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle, const fs::FileCompression comp) override |
|
Result | ReadImpl (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle, const fs::FileCompression comp) override |
|
Result | WriteImpl (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle, const fs::FileCompression comp) override |
|
Result | Validate (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle, const fs::FileCompression comp=fs::FileCompression::None) |
|
Result | ReadFrom (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle, const fs::FileCompression comp=fs::FileCompression::None) |
|
Result | ReadCompressedFrom (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle) |
|
Result | WriteTo (const std::string &path, std::shared_ptr< fs::FileHandle > file_handle) |
|
Result | WriteTo (std::shared_ptr< fs::FileHandle > file_handle) |
|
◆ ReadImpl()
Result ntr::fmt::STRM::ReadImpl |
( |
const std::string & | path, |
|
|
std::shared_ptr< fs::FileHandle > | file_handle, |
|
|
const fs::FileCompression | comp ) |
|
overridevirtual |
◆ ValidateImpl()
Result ntr::fmt::STRM::ValidateImpl |
( |
const std::string & | path, |
|
|
std::shared_ptr< fs::FileHandle > | file_handle, |
|
|
const fs::FileCompression | comp ) |
|
overridevirtual |
◆ WriteImpl()
Result ntr::fmt::STRM::WriteImpl |
( |
const std::string & | path, |
|
|
std::shared_ptr< fs::FileHandle > | file_handle, |
|
|
const fs::FileCompression | comp ) |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following files:
- libnedit/include/ntr/fmt/fmt_STRM.hpp
- libnedit/source/ntr/fmt/fmt_STRM.cpp