Definition at line 111 of file RMiniFile.hxx.
Public Member Functions | |
operator bool () const | |
void | Write (const void *buffer, size_t nbytes, std::int64_t offset) |
Low-level writing using a TFile. | |
std::uint64_t | WriteKey (const void *buffer, size_t nbytes, size_t len) |
Writes an RBlob opaque key with the provided buffer as data record and returns the offset of the record. | |
Public Attributes | |
TDirectory * | fDirectory = nullptr |
A sub directory in fFile or nullptr if the data is stored in the root directory of the file. | |
|
inline |
Definition at line 118 of file RMiniFile.hxx.
void ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::Write | ( | const void * | buffer, |
size_t | nbytes, | ||
std::int64_t | offset ) |
Low-level writing using a TFile.
Definition at line 1037 of file RMiniFile.cxx.
std::uint64_t ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::WriteKey | ( | const void * | buffer, |
size_t | nbytes, | ||
size_t | len ) |
Writes an RBlob opaque key with the provided buffer as data record and returns the offset of the record.
Definition at line 1047 of file RMiniFile.cxx.
TDirectory* ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::fDirectory = nullptr |
A sub directory in fFile or nullptr if the data is stored in the root directory of the file.
Definition at line 113 of file RMiniFile.hxx.