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

Deflate 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 deflate algorithm

DeflateCompressor ( ) : System.IO

Constructs an instance of the deflate compressor

DeflateCompressor ( DeflateCompressionSettings settings ) : System.IO

Constructs an instance of the deflate compressor

Method Details

Compress() public méthode

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

DeflateCompressor() public méthode

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

DeflateCompressor() public méthode

Constructs an instance of the deflate compressor
public DeflateCompressor ( DeflateCompressionSettings settings ) : System.IO
settings DeflateCompressionSettings Deflate compression settings
Résultat System.IO