enum SeekOrigin
MyCpp::File::SeekOrigin

File seek origin.

Data fields
SeekBegSeek from the begining of a file.
SeekCurSeek from the current position in a file.
SeekEndSeek from the end of a file.