Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Skip specified number of bytes of uncompressed data

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 long Skip(
	long count
)
Visual Basic (Declaration)
Public Function Skip ( _
	count As Long _
) As Long
Visual C++
public:
long long Skip(
	long long count
)

Parameters

count
Type: System..::.Int64
Number of bytes to skip

Return Value

The number of bytes skipped, zero if the end of stream has been reached

Remarks

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException Number of bytes to skip is less than zero

See Also