STREAM_SEEK_SET constant

int const STREAM_SEEK_SET

The new seek pointer is an offset relative to the beginning of the stream.

Implementation

static const STREAM_SEEK_SET = 0;