C# Class Taskling.SqlServer.Blocks.Serialization.LargeValueCompressor

ファイルを表示 Open project: Vanlightly/Taskling.NET Class Usage Examples

Public Methods

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

Private Methods

Method Description
CopyStream ( Stream input, Stream output ) : void

Method Details

Unzip() public static method

public static Unzip ( byte bytes ) : string
bytes byte
return string

Zip() public static method

public static Zip ( string str ) : byte[]
str string
return byte[]