Return false if on Windows and the file is opened in text mode, and true otherwise.

Synopsis

Declared in <bdls_fdstreambuf.h>

bool
isInBinaryMode() const;

Return Value

false if on Windows and opened in text mode; true otherwise

Created with MrDocs