bitflag enum io.ReadOnlyStreamOptions

Overview

This enumeration contains standard buffering options for a buffered stream object. More…

bitflag enum ReadOnlyStreamOptions {
    KeepReadBlockSize,
};

Detailed Documentation

This enumeration contains standard buffering options for a buffered stream object.

Enum Values

KeepReadBlockSize

Don’t merge incoming blocks inside the read buffer.