Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Sets the position within the current stream Always throws a NotSupportedException

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override long Seek(
	long offset,
	SeekOrigin origin
)
Visual Basic (Declaration)
Public Overrides Function Seek ( _
	offset As Long, _
	origin As SeekOrigin _
) As Long
Visual C++
public:
virtual long long Seek(
	long long offset, 
	SeekOrigin origin
) override

Parameters

offset
Type: System..::.Int64
The relative offset to seek to.
origin
Type: System.IO..::.SeekOrigin
The SeekOrigin defining where to seek from.

Return Value

The new position in the stream.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Seek(System.Int64,System.IO.SeekOrigin)"]

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAny access

See Also