Read ZIP in ZIP about MemoryStream

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Maxi

    Read ZIP in ZIP about MemoryStream

    Hello,

    I would like to read a zip-file how is stored in a zip-file. To work
    with zip-files I use the ScharpZipLib, this is a great utility for
    access zip-files.

    I have no problem to extract all files to a folder, but I want extract
    file on file step by step to the memory.

    And this is my problem, I don't understand the workflow to use a
    memorystream with SharpZipLib.

    I need a sample in vb to open and read the zip-file how is stored in a
    zip-file.

    Can anybody help me?
    Thanks


    regards
    maxi
Working...