20 bool open(
const std::string& path);
29 bool readLine(
char* outLine,
size_t maxLen)
override;
34 void close()
override;
Buffered line reader for FatFs FILE* files.
void close() override
Closes the file.
~FatFsFileReader() override
bool open(const std::string &path)
Opens a file for reading.
bool readLine(char *outLine, size_t maxLen) override
Reads a single line into the provided buffer.
Abstract interface for reading a file line-by-line.