Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleFileWriter::RImplRFile Struct Reference

Definition at line 137 of file RMiniFile.hxx.

Public Member Functions

 operator bool () const
std::uint64_t ReserveBlobKey (size_t nbytes, size_t len, unsigned char keyBuffer[kBlobKeyLen]=nullptr)
 Reserves an RBlob opaque key as data record and returns the offset of the record.
void Write (const void *buffer, size_t nbytes, std::int64_t offset)
 Low-level writing using a TFile.

Public Attributes

std::string fDir
ROOT::Experimental::RFilefFile = nullptr

Member Function Documentation

◆ operator bool()

ROOT::Internal::RNTupleFileWriter::RImplRFile::operator bool ( ) const
inline

Definition at line 146 of file RMiniFile.hxx.

◆ ReserveBlobKey()

std::uint64_t ROOT::Internal::RNTupleFileWriter::RImplRFile::ReserveBlobKey ( size_t nbytes,
size_t len,
unsigned char keyBuffer[kBlobKeyLen] = nullptr )

Reserves an RBlob opaque key as data record and returns the offset of the record.

If keyBuffer is specified, it must be written before the returned offset. (Note that the array type is purely documentation, the argument is actually just a pointer.)

Definition at line 1214 of file RMiniFile.cxx.

◆ Write()

void ROOT::Internal::RNTupleFileWriter::RImplRFile::Write ( const void * buffer,
size_t nbytes,
std::int64_t offset )

Low-level writing using a TFile.

Definition at line 1205 of file RMiniFile.cxx.

Member Data Documentation

◆ fDir

◆ fFile


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