Compressor Decompress Method SSH .NET Client Library Documentation
Decompresses the specified data.

Namespace: Renci.SshNet.Compression
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public virtual byte[] Decompress(
	byte[] data
)

Parameters

data
Type:  OnlineSystem Byte 
Compressed data.

Return Value

Decompressed data.
See Also