Friday, February 17, 2006

 

zip unzip pipeline component

There is two example on the net doing unzip pipeline component. I did the zip part and post it here if anybody wants it.
First, go to download the pipeline component wizrad:
http://www.gotdotnet.com/Workspaces/Workspace.aspx?id=1d4f7d6b-7d27-4f05-a8ee-48cfcd5abf4a
Second,
Go to
http://www.gotdotnet.com/workspaces/workspace.aspx?id=ab5544dc-6d5c-4ffa-8ab9-e3dd4954c0cf

Blogspot does not have upload zip file capability. I will put code on this workspace.

Pay attention to the unzip part, it is done as a DisassemblingParser component (so that the GetNext method is available to get next entries in the zip file. A zip file can have many xml files inside itself, remember?
The zip part is a decode component.



This page is powered by Blogger. Isn't yours?