FileHandle class

Constructors, destructors, conversion operators

~FileHandle()

Public functions

auto open(const std::string& file_path, int flags, int mode = 0) -> bool
auto get() const -> int
auto seek(off_t offset, int whence) -> off_t
auto read(void* buffer, size_t size) -> ssize_t
auto write(const void* buffer, size_t size) -> ssize_t
auto close() -> bool
auto closed() -> bool