IReadBuffer.

Seek(int) Method

Summary

positions the read pointer at the specified position

Syntax

void Seek(int offset)

Parameters

Name Type Description
offset int the desired position in the buffer

Return Value

Type Description
void