C# Class Poonya.Utils.Compression

Mostrar archivo Open project: sunag/sea3d

Public Methods

Method Description
Compress ( byte data, string type ) : byte[]
Decompress ( byte data, string type ) : byte[]

Method Details

Compress() public static method

public static Compress ( byte data, string type ) : byte[]
data byte
type string
return byte[]

Decompress() public static method

public static Decompress ( byte data, string type ) : byte[]
data byte
type string
return byte[]