cef_stream_reader_t.seek

Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Returns zero on success and non-zero on failure.

struct cef_stream_reader_t
extern (System)
int function(cef_stream_reader_t* self, long offset, int whence) nothrow seek;

Meta