STREAM_SEEK_END constant

int const STREAM_SEEK_END

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

Implementation

static const STREAM_SEEK_END = 2;