xrootd
Loading...
Searching...
No Matches
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.
 
uint64_t GetOffset () const
 Get the offset.
 
uint32_t GetLength () const
 Get the data length.
 
void * GetBuffer ()
 Get the buffer.
 

Public Attributes

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

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 Function Documentation

◆ GetBuffer()

void * XrdCl::ChunkInfo::GetBuffer ( )
inline

Get the buffer.

References buffer.

◆ GetLength()

uint32_t XrdCl::ChunkInfo::GetLength ( ) const
inline

Get the data length.

References length.

◆ GetOffset()

uint64_t XrdCl::ChunkInfo::GetOffset ( ) const
inline

Get the offset.

References offset.

Member Data Documentation

◆ buffer

void* XrdCl::ChunkInfo::buffer

◆ length

uint32_t XrdCl::ChunkInfo::length

◆ offset

uint64_t XrdCl::ChunkInfo::offset

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