PowerTCP Zip Compression for .NET
Seek Method




The new position within the stream
A value of type SeekOrigin, which acts as the seek reference point.
Sets the position within the current Stream to the specified value. Always throws a NotSupportedException.
Syntax
Public Overrides Function Seek( _
   ByVal offset As Long, _
   ByVal origin As SeekOrigin _
) As Long
Dim instance As BaseStream
Dim offset As Long
Dim origin As SeekOrigin
Dim value As Long
 
value = instance.Seek(offset, origin)
public override long Seek( 
   long offset,
   SeekOrigin origin
)
public: long Seek( 
   long offset,
   SeekOrigin origin
) override 
public:
int64 Seek( 
   int64 offset,
   SeekOrigin origin
) override 

Parameters

offset
The new position within the stream
origin
A value of type SeekOrigin, which acts as the seek reference point.
Exceptions
ExceptionDescription
System.NotSupportedExceptionAlways thrown by this method.
Remarks
This method is not supported, and always throws a NotSupportedException.
See Also

Reference

BaseStream Class
BaseStream Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic