Class NullCompressorGetter
ICompressorGetter that exposes directly a Stream when the same has not been written using a compressor.
Implements
Inherited Members
Namespace: TheXDS.MCART.Resources
Assembly: MCART.dll
Syntax
public sealed class NullCompressorGetter : ICompressorGetter
Properties
| Edit this page View SourceExtension
Gets the extension used by default for a compressed resource using this ICompressorGetter.
Declaration
public string Extension { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceGetCompressor(Stream)
Gets a Stream that exposes
inputStream
directly.
Declaration
public Stream GetCompressor(Stream inputStream)
Parameters
Type | Name | Description |
---|---|---|
Stream | inputStream | Stream that contains the information to extract. |
Returns
Type | Description |
---|---|
Stream | The same Stream as
|