IPWorks ZIP 2020 C++ Builder Edition

Questions / Feedback?

DecompressedData Event

This event fires with decompressed data.

Syntax

typedef struct {
  String Data;
  DynamicArray<Byte> DataB;
} TipzZipStreamDecompressedDataEventParams;

typedef void __fastcall (__closure *TipzZipStreamDecompressedDataEvent)(System::TObject* Sender, TipzZipStreamDecompressedDataEventParams *e);

__property TipzZipStreamDecompressedDataEvent OnDecompressedData = { read=FOnDecompressedData, write=FOnDecompressedData };

Remarks

The DecompressedData event fires as compressed data is available when DecompressData or DecompressBlock is called. This may fire one or more times as data is decompressed.

Data holds the current block of decompressed data.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Builder Edition - Version 20.0 [Build 8300]