C# 클래스 Couchbase.AspNet.Compression.GzipCompressor

상속: ICompressor
파일 보기 프로젝트 열기: evereq/couchbase-aspnet

공개 메소드들

메소드 설명
Compress ( byte data ) : byte[]
Decompress ( MemoryStream input ) : byte[]

메소드 상세

Compress() 공개 메소드

public Compress ( byte data ) : byte[]
data byte
리턴 byte[]

Decompress() 공개 메소드

public Decompress ( MemoryStream input ) : byte[]
input System.IO.MemoryStream
리턴 byte[]