C# 클래스 Taskling.SqlServer.Blocks.Serialization.LargeValueCompressor

파일 보기 프로젝트 열기: Vanlightly/Taskling.NET 1 사용 예제들

공개 메소드들

메소드 설명
Unzip ( byte bytes ) : string
Zip ( string str ) : byte[]

비공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void

메소드 상세

Unzip() 공개 정적인 메소드

public static Unzip ( byte bytes ) : string
bytes byte
리턴 string

Zip() 공개 정적인 메소드

public static Zip ( string str ) : byte[]
str string
리턴 byte[]