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::RFile * | fFile = nullptr |
|
inline |
Definition at line 146 of file RMiniFile.hxx.
| std::uint64_t ROOT::Internal::RNTupleFileWriter::RFileRFile::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 1215 of file RMiniFile.cxx.
| void ROOT::Internal::RNTupleFileWriter::RFileRFile::Write | ( | const void * | buffer, |
| size_t | nbytes, | ||
| std::int64_t | offset ) |
Low-level writing using a TFile.
Definition at line 1206 of file RMiniFile.cxx.
| std::string ROOT::Internal::RNTupleFileWriter::RFileRFile::fDir |
Definition at line 139 of file RMiniFile.hxx.
| ROOT::Experimental::RFile* ROOT::Internal::RNTupleFileWriter::RFileRFile::fFile = nullptr |
Definition at line 138 of file RMiniFile.hxx.