C# 클래스 ServiceStack.Support.NetDeflateProvider

상속: IDeflateProvider
파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
Deflate ( byte bytes ) : byte[]
Deflate ( string text ) : byte[]
DeflateStream ( Stream outputStream ) : Stream
Inflate ( byte gzBuffer ) : string
InflateBytes ( byte gzBuffer ) : byte[]
InflateStream ( Stream inputStream ) : Stream

메소드 상세

Deflate() 공개 메소드

public Deflate ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

Deflate() 공개 메소드

public Deflate ( string text ) : byte[]
text string
리턴 byte[]

DeflateStream() 공개 메소드

public DeflateStream ( Stream outputStream ) : Stream
outputStream System.IO.Stream
리턴 System.IO.Stream

Inflate() 공개 메소드

public Inflate ( byte gzBuffer ) : string
gzBuffer byte
리턴 string

InflateBytes() 공개 메소드

public InflateBytes ( byte gzBuffer ) : byte[]
gzBuffer byte
리턴 byte[]

InflateStream() 공개 메소드

public InflateStream ( Stream inputStream ) : Stream
inputStream System.IO.Stream
리턴 System.IO.Stream