I have a game that have many data (textures, sound, etc.). I want to pack them in ZIP like textures.zip, sound.zip, etc, then read/write files from my code. I didn't found any examples for reading files from ZIP without unzipping. Please help me!

P.S: Maybe it's better to use Resource file?
P.P.S: Sorry for my English.