C# Class Renci.SshNet.Compression.ZlibStream

Implements Zlib compression algorithm.
Datei anzeigen Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
Write ( byte buffer, int offset, int count ) : void

Writes the specified buffer.

Method Details

Write() public method

Writes the specified buffer.
public Write ( byte buffer, int offset, int count ) : void
buffer byte The buffer.
offset int The offset.
count int The count.
return void