|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-08-19
|
|
* Created: 2020-08-19
|
|
- * Changed: 2023-02-22
|
|
|
|
|
|
+ * Changed: 2023-05-19
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -25,7 +25,7 @@ namespace ls::std::io
|
|
explicit StorableFile(const ::std::string &_path);
|
|
explicit StorableFile(const ::std::string &_path);
|
|
~StorableFile() noexcept override;
|
|
~StorableFile() noexcept override;
|
|
|
|
|
|
- [[nodiscard]] ::std::shared_ptr<ls::std::io::File> getFile();
|
|
|
|
|
|
+ [[nodiscard]] ::std::shared_ptr<ls::std::io::File> getFile() const;
|
|
[[nodiscard]] ls::std::core::type::byte_field load() override;
|
|
[[nodiscard]] ls::std::core::type::byte_field load() override;
|
|
void reset(const ::std::string &_path);
|
|
void reset(const ::std::string &_path);
|
|
void save(const ls::std::core::type::byte_field &_data) override;
|
|
void save(const ls::std::core::type::byte_field &_data) override;
|