C# Class ServiceStack.Support.NetDeflateProvider

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

Méthodes publiques

Méthode Description
Deflate ( byte bytes ) : byte[]
Deflate ( string text ) : byte[]
DeflateStream ( Stream outputStream ) : Stream
Inflate ( byte gzBuffer ) : string
InflateBytes ( byte gzBuffer ) : byte[]
InflateStream ( Stream inputStream ) : Stream

Method Details

Deflate() public méthode

public Deflate ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

Deflate() public méthode

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

DeflateStream() public méthode

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

Inflate() public méthode

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

InflateBytes() public méthode

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

InflateStream() public méthode

public InflateStream ( Stream inputStream ) : Stream
inputStream System.IO.Stream
Résultat System.IO.Stream