Sets the position within the current stream.
[Visual Basic] Public Function Seek( _ ByVal offset As Integer, _ ByVal origin As SeekOrigin _ ) As Long [C#] public long Seek( int offset, SeekOrigin origin ); [C++] public: __int64 Seek( int offset, SeekOrigin origin ); [JScript] public function Seek( offset : int, origin : SeekOrigin ) : long;
The position with the current stream.
BinaryWriter Class | BinaryWriter Members | System.IO Namespace