C# Class ServiceStack.Support.NetGZipProvider

Inheritance: IGZipProvider
Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
GUnzip ( byte gzBuffer ) : string
GUnzipBytes ( byte gzBuffer ) : byte[]
GUnzipStream ( Stream gzStream ) : Stream
GZip ( byte buffer ) : byte[]
GZip ( string text ) : byte[]
GZipStream ( Stream outputStream ) : Stream

Method Details

GUnzip() public méthode

public GUnzip ( byte gzBuffer ) : string
gzBuffer byte
Résultat string

GUnzipBytes() public méthode

public GUnzipBytes ( byte gzBuffer ) : byte[]
gzBuffer byte
Résultat byte[]

GUnzipStream() public méthode

public GUnzipStream ( Stream gzStream ) : Stream
gzStream System.IO.Stream
Résultat System.IO.Stream

GZip() public méthode

public GZip ( byte buffer ) : byte[]
buffer byte
Résultat byte[]

GZip() public méthode

public GZip ( string text ) : byte[]
text string
Résultat byte[]

GZipStream() public méthode

public GZipStream ( Stream outputStream ) : Stream
outputStream System.IO.Stream
Résultat System.IO.Stream