C# 클래스 DBreeze.Utils.Compression

파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
GZip_Compress ( this data ) : byte[]

In Memory Compression with Gzip

GZip_Decompress ( this data ) : byte[]

In Memory GZip Decompressor

메소드 상세

GZip_Compress() 공개 정적인 메소드

In Memory Compression with Gzip
public static GZip_Compress ( this data ) : byte[]
data this
리턴 byte[]

GZip_Decompress() 공개 정적인 메소드

In Memory GZip Decompressor
public static GZip_Decompress ( this data ) : byte[]
data this
리턴 byte[]