TZIPFile question

Hello,

I am trying to open a *.gz file, which contains an *.zml file inside it. Is it something I could do using TZIPFile or a TZIPFile only can contain *.root files inside it?

Thank you very much,
Siarhei.

Hi Siarhei,

A priori you can use to access an arbitrary compress files. See TArchiveFile (the base class of TZIPFile) and TArchiveMember.

Cheers,
Philippe.