 |
ewmscp
..
|
Go to the documentation of this file. 1 #ifndef __inputHandlerPosixFile_h__
2 #define __inputHandlerPosixFile_h__
10 #include <sys/types.h>
55 void seek(
size_t pos)
override;
62 std::unique_ptr<reader>
newReader(
const std::string& aPath,
66 std::vector<char>& target)
override;
74 std::unique_ptr<Entry>
getNextEntry(
bool ignoreMissing) override;
76 std::unique_ptr<Directory>
getDirectory(const std::
string& path) override;
class specialisation for options of type bool
generic stat abstraction class Used to abstract the variants of the stat structure.
data block, used to hold the data that are being copied (or checksummed).
base class for posixFile reader and writer class with the common stuff like fd, path and xattr handli...