[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'zlibar' (#archive)

ExtractStream

Decompresses InStream to OutStream

Declaration

Source position: zlibar.pas line 176

function ExtractStream(

  InStream: TStream;

  var OutStream: TStream

):Integer;

Arguments

InStream

  

The Stream that you wish to compress

OutStream

  

The stream that the decompressed data will be written into

Function result

The Size of OutStream in bytes

Description

Decompresses InStream to OutStream.