| Dart.PowerTCP.Zip Namespace > BaseStream Class : Seek Method (BaseStream) |
Sets the position within the current Stream to the specified value. Always throws a NotSupportedException.
[Visual Basic]
Overrides Public Function Seek( _
ByVal offset As Long, _
ByVal origin As SeekOrigin _
) As Long[C#]
public override long Seek(
long offset,
SeekOrigin origin
);[C++]
public: long Seek(
long offset,
SeekOrigin origin
) override [C++/CLI]
public:
long long Seek(
long long offset,
SeekOrigin origin
) override | Exception | Description |
|---|---|
| NotSupportedException | Always thrown by this method. |
This method is not supported, and always throws a NotSupportedException.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseStream Class | BaseStream Members
Send comments on this topic.
Documentation version 3.0.5.0.
© 2009 Dart Communications. All rights reserved.