Read operation (.
More...
#include <XrdClZipOperations.hh>
|
| static void | AllocHandler (ConcreteOperation< ZipReadImpl, true, Resp< ChunkInfo >, Args...> &me) |
| |
| static void | AllocHandler (ConcreteOperation< ZipReadImpl, false, Resp< ChunkInfo >, Args...> &me) |
| |
| static ZipReadImpl< true > | PipeImpl (ConcreteOperation< ZipReadImpl, HasHndl, Resp< ChunkInfo >, Args...> &me, Operation< true > &op) |
| |
| static ZipReadImpl< true > | PipeImpl (ConcreteOperation< ZipReadImpl, HasHndl, Resp< ChunkInfo >, Args...> &me, Operation< false > &op) |
| |
| Ctx< ZipArchive > | zip |
| | The file object itself. More...
|
| |
| std::tuple< Args...> | args |
| | Operation arguments. More...
|
| |
| uint16_t | timeout |
| | Operation timeout. More...
|
| |
| std::unique_ptr< PipelineHandler > | handler |
| | Operation handler. More...
|
| |
| bool | valid |
| | Flag indicating if it is a valid object. More...
|
| |
template<bool HasHndl>
class XrdCl::ZipReadImpl< HasHndl >
Read operation (.
- See Also
- ZipOperation)
Argument indexes in the args tuple.
| Enumerator |
|---|
| OffsetArg |
|
| SizeArg |
|
| BufferArg |
|
RunImpl operation (
- See Also
- Operation)
- Parameters
-
| params | : container with parameters forwarded from previous operation |
- Returns
- : status of the operation
Implements XrdCl::Operation< HasHndl >.
References XrdCl::ConcreteOperation< ZipReadImpl, HasHndl, Resp< ChunkInfo >, Arguments...>::args, XrdCl::ConcreteOperation< ZipReadImpl, HasHndl, Resp< ChunkInfo >, Arguments...>::timeout, and XrdCl::ZipOperation< ZipReadImpl, HasHndl, Resp< ChunkInfo >, Arg< uint64_t >, Arg< uint32_t >, Arg< void * > >::zip.
The documentation for this class was generated from the following file: