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

TZLibReadArchive.ExtractFileToStream

Extract the file at Index to a user provided stream

Declaration

Source position: zlibar.pas line 154

public procedure TZLibReadArchive.ExtractFileToStream(

  AIndex: Integer;

  var Stream: TStream

);

Arguments

AIndex

  

Index of the file to be extracted

Stream

  

User provided stream for the compressed file to be decompressed into