Icon Decompress Method

procedure Decompress(DestStream: TStream; CompressionFormat:
      TCompressionFormat=cfZLib)

Available In: Server Applications

Use this method to decompress the data in the stream into the destination stream using the specified decompression algorithm. The decompression starts from the stream's current position and the stream's AvailableSize property is used as the count. The decompressed data is written to the destination stream starting at the destination stream's current position.
Image