Re: C# Zip
From: Bruno Jouhier [MVP] (bjouhier_at_club-internet.fr)
Date: 08/26/03
- Next message: Pete: "Re: C# Zip"
- Previous message: Alek Davis: "Re: Application Security"
- In reply to: Aung: "C# Zip"
- Next in thread: Aung: "HTTPS with WebResponse class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 26 Aug 2003 21:13:27 +0200
You can get one from J#:
You just need to add a reference to vjslib.dll to your C# project.
The ZIP API is in the java.util.zip namespace.
Unfortunately, this API is based on Java streams (java.io stuff) rather than
.NET streams (System.IO stuff), so you'll have to deal with some Java
idiosyncrasies.
Bruno.
"Aung" <aung@aungkyawmoe_NOSPAM_.net> a écrit dans le message de
news:ej7TvB1aDHA.736@TK2MSFTNGP09.phx.gbl...
> Has anybody develop RFC1950 and RFC1951 compliant Zip utility?
>
> Any pointer will be appreciated.
>
>
>
- Next message: Pete: "Re: C# Zip"
- Previous message: Alek Davis: "Re: Application Security"
- In reply to: Aung: "C# Zip"
- Next in thread: Aung: "HTTPS with WebResponse class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|