C# 클래스 ServiceStack.Support.NetGZipProvider

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

공개 메소드들

메소드 설명
GUnzip ( byte gzBuffer ) : string
GUnzipBytes ( byte gzBuffer ) : byte[]
GUnzipStream ( Stream gzStream ) : Stream
GZip ( byte buffer ) : byte[]
GZip ( string text ) : byte[]
GZipStream ( Stream outputStream ) : Stream

메소드 상세

GUnzip() 공개 메소드

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

GUnzipBytes() 공개 메소드

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

GUnzipStream() 공개 메소드

public GUnzipStream ( Stream gzStream ) : Stream
gzStream System.IO.Stream
리턴 System.IO.Stream

GZip() 공개 메소드

public GZip ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

GZip() 공개 메소드

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

GZipStream() 공개 메소드

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