Definition at line 138 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 | |
| TFile * | fFile = nullptr |
|
inline |
Definition at line 144 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 1146 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 1156 of file RMiniFile.cxx.
| TFile* ROOT::Experimental::Internal::RNTupleFileWriter::RFileProper::fFile = nullptr |
Definition at line 139 of file RMiniFile.hxx.