xrootd
Public Member Functions | Public Attributes | List of all members
XrdCl::ChunkInfo Struct Reference

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. More...
 

Public Attributes

uint64_t offset
 
uint32_t length
 offset in the file More...
 
void * buffer
 length of the chunk More...
 

Detailed Description

Describe a data chunk for vector read.

Constructor & Destructor Documentation

◆ ChunkInfo()

XrdCl::ChunkInfo::ChunkInfo ( uint64_t  off = 0,
uint32_t  len = 0,
void *  buff = 0 
)
inline

Constructor.

Member Data Documentation

◆ buffer

void* XrdCl::ChunkInfo::buffer

length of the chunk

Referenced by XrdCl::XCpSrc::DeleteChunk().

◆ length

uint32_t XrdCl::ChunkInfo::length

offset in the file

◆ offset

uint64_t XrdCl::ChunkInfo::offset

The documentation for this struct was generated from the following file: