|
XRootD
|
Read operation (. More...
#include <XrdClZipOperations.hh>
Inheritance diagram for XrdCl::ZipReadFromImpl< HasHndl >:
Collaboration diagram for XrdCl::ZipReadFromImpl< HasHndl >:Public Types | |
| enum | { FileNameArg , OffsetArg , SizeArg , BufferArg } |
| Argument indexes in the args tuple. More... | |
Protected Member Functions | |
| XRootDStatus | RunImpl (PipelineHandler *handler, uint16_t pipelineTimeout) |
Protected Member Functions inherited from XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... > | |
| ZipReadFromImpl< true > | StreamImpl (ResponseHandler *handler) |
| ZipReadFromImpl< to > | Transform () |
Protected Member Functions inherited from XrdCl::Operation< HasHndl > | |
| void | AddOperation (Operation< true > *op) |
| void | Run (Timeout timeout, std::promise< XRootDStatus > prms, std::function< void(const XRootDStatus &)> final) |
Read operation (.
Definition at line 254 of file XrdClZipOperations.hh.
| anonymous enum |
Argument indexes in the args tuple.
| Enumerator | |
|---|---|
| FileNameArg | |
| OffsetArg | |
| SizeArg | |
| BufferArg | |
Definition at line 268 of file XrdClZipOperations.hh.
|
inlineprotectedvirtual |
RunImpl operation (
| params | : container with parameters forwarded from previous operation |
Implements XrdCl::Operation< HasHndl >.
Definition at line 287 of file XrdClZipOperations.hh.
References XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::args, XrdCl::Operation< HasHndl >::handler, XrdCl::ConcreteOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arguments... >::timeout, and XrdCl::ZipOperation< ZipReadFromImpl, HasHndl, Resp< ChunkInfo >, Arg< std::string >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > >::zip.
|
inlinevirtual |
Implements XrdCl::Operation< HasHndl >.
Definition at line 273 of file XrdClZipOperations.hh.