STREAM_SEEK_END top-level constant
STREAM_SEEK
const STREAM_SEEK_END
The new seek pointer is an offset relative to the end of the stream.
Implementation
const STREAM_SEEK_END = STREAM_SEEK(2);