C# Class WebMarkupMin.AspNet.Common.Compressors.GZipCompressor

GZip compressor
Inheritance: ICompressor
Afficher le fichier Open project: Taritsyn/WebMarkupMin Class Usage Examples

Méthodes publiques

Méthode Description
Compress ( Stream stream ) : Stream

Compress a stream by GZip algorithm

GZipCompressor ( ) : System.IO

Constructs an instance of the GZip compressor

GZipCompressor ( GZipCompressionSettings settings ) : System.IO

Constructs an instance of the GZip compressor

Method Details

Compress() public méthode

Compress a stream by GZip algorithm
public Compress ( Stream stream ) : Stream
stream System.IO.Stream The stream
Résultat System.IO.Stream

GZipCompressor() public méthode

Constructs an instance of the GZip compressor
public GZipCompressor ( ) : System.IO
Résultat System.IO

GZipCompressor() public méthode

Constructs an instance of the GZip compressor
public GZipCompressor ( GZipCompressionSettings settings ) : System.IO
settings GZipCompressionSettings GZip compression settings
Résultat System.IO