STREAM_SEEK_CUR top-level constant
          
          int
          const STREAM_SEEK_CUR
          
        
        
The new seek pointer is an offset relative to the current seek pointer location.
Implementation
const STREAM_SEEK_CUR = 1;The new seek pointer is an offset relative to the current seek pointer location.
const STREAM_SEEK_CUR = 1;