This method is not supported by the DecompressionStream class.
Namespace:
Rebex.IO.Compression.Streams
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Overrides Function Seek ( _ offset As Long, _ origin As SeekOrigin _ ) As Long |
C# |
---|
public override long Seek( long offset, SeekOrigin origin ) |
Parameters
- offset
- Type: System..::..Int64
A byte offset relative to the origin parameter.
- origin
- Type: System.IO..::..SeekOrigin
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.
Remarks
The new position within the current stream.