STREAM_SEEK_END top-level constant

int const STREAM_SEEK_END

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

Implementation

const STREAM_SEEK_END = 2;