45 for (
Int_t i=0; i < nb; i++){
103 for(
Int_t i=0; i < nb; i++){
This class represents the encapsulation of a block request.
Long64_t fDataSize
Total size of useful data in the block.
void SetPos(Int_t, Long64_t)
Set pos value for index idx.
void SetBuffer(char *)
Set block buffer.
void ReallocBlock(Long64_t *, Int_t *, Int_t)
Reallocate the block's buffer based on the length of the elements it will contain.
Long64_t * fPos
Array of positions of each segment.
Long64_t * fRelOffset
Relative offset of piece in the buffer.
char * fBuffer
Content of the block.
TFPBlock(const TFPBlock &)
Int_t fNblock
Number of segment in the block.
Int_t * fLen
Array of lengths of each segment.
Long64_t fCapacity
Capacity of the buffer.
virtual ~TFPBlock()
Destructor.
static void * ReAlloc(void *vp, size_t size)
Reallocate (i.e.
static Int_t * ReAllocInt(Int_t *vp, size_t size, size_t oldsize)
Reallocate (i.e.