C# Class KafkaNet.Protocol.Compression

Extension methods which allow compression of byte arrays
Datei anzeigen Open project: gigya/KafkaNetClient

Public Methods

Method Description
Unzip ( byte bytes ) : byte[]
Zip ( byte bytes ) : byte[]

Method Details

Unzip() public static method

public static Unzip ( byte bytes ) : byte[]
bytes byte
return byte[]

Zip() public static method

public static Zip ( byte bytes ) : byte[]
bytes byte
return byte[]