On construction, an ROptions parameter can customize the RRawFile behavior.
Definition at line 54 of file RRawFile.hxx.
Public Member Functions | |
ROptions () | |
Public Attributes | |
int | fBlockSize |
Read at least fBlockSize bytes at a time. More... | |
ELineBreaks | fLineBreak |
#include <ROOT/RRawFile.hxx>
|
inline |
Definition at line 61 of file RRawFile.hxx.
int ROOT::Internal::RRawFile::ROptions::fBlockSize |
Read at least fBlockSize bytes at a time.
A value of zero turns off I/O buffering. A negative value indicates that the protocol-dependent default block size should be used.
Definition at line 60 of file RRawFile.hxx.
ELineBreaks ROOT::Internal::RRawFile::ROptions::fLineBreak |
Definition at line 55 of file RRawFile.hxx.