The read zip activity can be used to read the contents of a file in a zipfile without extracting.

Activity properties
begin
ZipFileToUse.Read('FileName', CustomArray);
end;
|
Resulting Code
The output must be a variable of type TBytes, TStream or TArray<Byte>.