Definition at line 115 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 | |
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 124 of file RMiniFile.hxx.
std::uint64_t ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::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 1088 of file RMiniFile.cxx.
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 1078 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 117 of file RMiniFile.hxx.