ewmscp
..
|
#include <dcapCommon.h>
Public Member Functions | |
dcapIoCommon (const std::string &aPath) | |
std::unique_ptr< const genericStat > | getStat () override |
![]() | |
ioHandle () | |
virtual | ~ioHandle () noexcept(false) |
virtual bool | parallelizable () const |
tell if this handler is capable of parallel IO. Unsually not the case More... | |
virtual void | setXattr (const std::string &, const std::string &) |
virtual std::string | getXattr (const std::string &) |
get one extended attribute value More... | |
virtual void | removeXattr (const std::string &) |
virtual size_t | getBlockSize () const |
virtual void | setBlockSize (size_t newSize) |
virtual std::unique_ptr< attrDataType > | getAttrData (const outputHandler::base *) |
get attributes in the optimal way for setting with aOutputHandler More... | |
virtual std::unique_ptr< acl::list > | getAclData () |
get acls More... | |
Protected Attributes | |
const std::string | path |
int | fd = -1 |
![]() | |
size_t | blockSize |
in bytes, block size to be used when reading or writing More... | |
Definition at line 74 of file dcapCommon.h.
dcapIoCommon::dcapIoCommon | ( | const std::string & | aPath | ) |
Definition at line 181 of file dcapCommon.cpp.
|
overridevirtual |
Implements ioHandle.
Definition at line 189 of file dcapCommon.cpp.
References dcapStat, fd, throwcall::dcap::good0(), and path.
|
protected |
Definition at line 77 of file dcapCommon.h.
Referenced by getStat(), inputHandler::dcap::readerDcap::readerDcap(), and outputHandler::dcap::writerDcap::writerDcap().
|
protected |
Definition at line 76 of file dcapCommon.h.
Referenced by getStat(), inputHandler::dcap::readerDcap::readerDcap(), and outputHandler::dcap::writerDcap::writerDcap().