STREAM_SEEK_CUR top-level constant

STREAM_SEEK const STREAM_SEEK_CUR

The new seek pointer is an offset relative to the current seek pointer location.

Implementation

const STREAM_SEEK_CUR = STREAM_SEEK(1);