18#ifndef __LIB_LIBFS_LOGLEVELFILE_H
19#define __LIB_LIBFS_LOGLEVELFILE_H
Represents a file present on a FileSystem.
Abstract Input/Output buffer.
Provides a File abstraction of the current Log::Level.
virtual FileSystem::Result read(IOBuffer &buffer, Size &size, const Size offset)
Read bytes from the file.
virtual FileSystem::Result write(IOBuffer &buffer, Size &size, const Size offset)
Write bytes to the file.
virtual ~LogLevelFile()
Destructor.
unsigned int u32
Unsigned 32-bit number.
unsigned int Size
Any sane size indicator cannot go negative.
Result
Result code for filesystem Actions.