BinaryWriter: SeekPosition

SeekPosition

Sets the underlying streams current position.

 Public Function SeekPosition(
	  ByVal Offset As Currency,
	  ByVal Origin As SeekOrigin ) As Currency

Parameters

Offset
[ByVal] Currency. The number of bytes to move the position.
Origin
[ByVal] SeekOrigin. The starting point to move from in the stream.

Return Values

Currency -  The final position in the stream.

Remarks

See Also

Project VBCorLib Overview | Class BinaryWriter Overview