read constant

SftpFileOpenMode const read

Open the file for reading.

Implementation

static const read = SftpFileOpenMode._(1 << 0);