C# Class Renci.SshNet.Compression.ZlibStream

Implements Zlib compression algorithm.
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
Write ( byte buffer, int offset, int count ) : void

Writes the specified buffer.

Method Details

Write() public méthode

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.
Résultat void