EntropyEngine::Core::IO::ReadOptions
EntropyEngine::Core::IO::ReadOptions
Section titled “EntropyEngine::Core::IO::ReadOptions”Options controlling file reads. More…
#include <IFileSystemBackend.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uint64_t | offset |
| std::optional< size_t > | length |
| bool | binary |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::IO::ReadOptions;Options controlling file reads.
Parameters:
- offset Starting byte offset (default 0)
- length Optional max bytes to read (reads to EOF if not set)
- binary Open in binary mode (platform newline translation off)
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable offset
Section titled “variable offset”uint64_t offset = 0;variable length
Section titled “variable length”std::optional< size_t > length;variable binary
Section titled “variable binary”bool binary = true;Updated on 2026-01-26 at 17:14:35 -0500