Definition at line 141 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::RFile * | fFile = nullptr |
|
inline |
Definition at line 150 of file RMiniFile.hxx.
| 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 1228 of file RMiniFile.cxx.
| 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 1219 of file RMiniFile.cxx.
| std::string ROOT::Internal::RNTupleFileWriter::RImplRFile::fDir |
Definition at line 143 of file RMiniFile.hxx.
| ROOT::Experimental::RFile* ROOT::Internal::RNTupleFileWriter::RImplRFile::fFile = nullptr |
Definition at line 142 of file RMiniFile.hxx.