CryptoStream: SeekPosition

SeekPosition

Seeks a new position within the Stream.



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

Parameters

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

Return Values

Currency -  The new position in the Stream.

Remarks

Always throws a NotSupportedException exception.

See Also

Project VBCorLib Overview Class CryptoStream Overview CryptoStream Properties CryptoStream Methods ReadTimeout (let) SetLength