Method SeekSet
SeekSet(int)
Sets the current position of this stream to the given value.
An error will be logged if pos
is outside the length of the stream.
In addition this will reset the bit index and the bit buffer.
Declaration
public void SeekSet(int pos)
Parameters
Type | Name | Description |
---|---|---|
int | pos | Seek position. |