This is format description of Vray's .vrscene file: http://spot3d.com/vray/help/maya/sdk22/vrscene_format.html
I interested in paragraph about "Compressed hexadecimal lists". There is said that compressed list equals to header ("ZIPB") + uncompressed size + compressed size + zlib compressed string.
For example, in my .vrscene I have such compressed list: "ZIPB2C01000015000000e7X81OT0TG4S5ENN3D8Z8IVAPODONF7EA"
It means that "e7X81OT0TG4S5ENN3D8Z8IVAPODONF7EA" -- zlib compressed string. But I dont know how to decompress it. When I do Base64 decode I receive header 0x7bb5. I dont know such a header. Maybe I shouldnt use Base64 and should do something other instead?