Logo ROOT  
Reference Guide
ROOT::Internal::RRawFile::ROptions Struct Reference

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>

Constructor & Destructor Documentation

◆ ROptions()

ROOT::Internal::RRawFile::ROptions::ROptions ( )
inline

Definition at line 61 of file RRawFile.hxx.

Member Data Documentation

◆ fBlockSize

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.

◆ fLineBreak

ELineBreaks ROOT::Internal::RRawFile::ROptions::fLineBreak

Definition at line 55 of file RRawFile.hxx.

Collaboration diagram for ROOT::Internal::RRawFile::ROptions:
[legend]

The documentation for this struct was generated from the following file: