STREAM_SEEK_CUR constant

int const STREAM_SEEK_CUR

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

Implementation

static const STREAM_SEEK_CUR = 1;