2 implementations of Decompress
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (1)
71
public void
Decompress
(Stream source, Stream sink)
Base\MS\Internal\IO\Packaging\DeflateEmulationStream.cs (1)
39
public void
Decompress
(Stream source, Stream sink)
1 reference to Decompress
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompressEmulationStream.cs (1)
292
_transformer.
Decompress
(baseStream, tempStream);