Dear Roku Developers,
is it possible to read data from an archive? Some xml files, which I want to download from internet are not available as .xml but as .xml.gz (this probably was done to save space and network traffic). I can download such file to Roku using roUrlTransfer:AsyncGetToFile, but how to read files from it (from .gz archive)?