Describe a data chunk for vector read. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
ChunkInfo (uint64_t off=0, uint32_t len=0, void *buff=0) | |
Constructor. | |
Public Attributes | |
uint64_t | offset |
uint32_t | length |
offset in the file | |
void * | buffer |
length of the chunk |
Describe a data chunk for vector read.
XrdCl::ChunkInfo::ChunkInfo | ( | uint64_t | off = 0 , |
|
uint32_t | len = 0 , |
|||
void * | buff = 0 | |||
) | [inline] |
Constructor.
void* XrdCl::ChunkInfo::buffer |
length of the chunk
Referenced by XrdCl::XCpSrc::DeleteChunk().
uint32_t XrdCl::ChunkInfo::length |
offset in the file
uint64_t XrdCl::ChunkInfo::offset |