4#include <cosmos/fs/FileDescriptor.hxx>
5#include <cosmos/io/StreamIO.hxx>
37 *
this = std::move(other);
71 bool isOpen()
const {
return m_fd.valid(); }
77 void truncate(
const off_t length);
Base class for File types with ownership of a FileDescriptor.
virtual void close()
Close the current file object.
bool isOpen() const
Returns whether currently a FileDescriptor is opened.
FileDescriptor fd() const
Allows access to the underlying fd with const semantics.
Thin Wrapper around OS file descriptors.
Wrapper around file descriptors for streaming I/O access.