Decompressor class
A decompressor takes a stream compressed by a compressor and decompresses it.
Syntax
var decompressor = new Windows.Storage.Compression.Decompressor();
Attributes
- ActivatableAttribute(Windows.Storage.Compression.IDecompressorFactory, NTDDI_WIN8)
- DualApiPartitionAttribute()
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The Decompressor class has these types of members:
Constructors
The Decompressor class has these constructors.
| Constructor | Description |
|---|---|
| Decompressor | This method creates an instance of a decompressor. |
Methods
The Decompressor class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| Close [C++, JavaScript] | Closes a Decompressor object and synchronously discards any information in buffers. |
| DetachStream | Detaches the underlying stream from the Decompressor object so that the object can be closed using the Decompressor.Close method without also closing the underlying stream. |
| Dispose [C#, VB] | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ReadAsync | Reads from the compression stream asynchronously. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps, desktop apps] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps, desktop apps] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
