Interface ICompressor
Represents a compressor to compress/decompress streams.
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public interface ICompressor
Properties
EncodingType
Declaration
string EncodingType { get; }
Property Value
System.String
|
Methods
Compress(Stream, Stream)
Declaration
void Compress(Stream source, Stream destination)
Parameters
System.IO.Stream
source
|
System.IO.Stream
destination
|
Decompress(Stream, Stream)
Declaration
void Decompress(Stream source, Stream destination)
Parameters
System.IO.Stream
source
|
System.IO.Stream
destination
|