HighTechTalks DotNet Forums  

J# Zip Question

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss J# Zip Question in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
BuddyWork
 
Posts: n/a

Default J# Zip Question - 10-04-2004 , 02:43 AM






Do you know or have any examples on how to get
ZipOutputStream/ZipInputStream classes so it can
compress/uncompress without writing to a file, I
basically want to pass in a string so it gets compressed
by either using GZip or Zip, then I want to pass in the
compression string and uncompress it either by using GZip
or Zip?

Reply With Quote
  #2  
Old   
Ianier Munoz
 
Posts: n/a

Default Re: J# Zip Question - 10-09-2004 , 01:14 AM






There's an example of how to compress strings in my article "Using the Zip
Classes in the J# Class Libraries..."
(http://msdn.microsoft.com/msdnmag/is.../default.aspx).
The example is written in C#, but since the API is the same you should be
able to translate it to J# quickly.
Hope it helps,
--
Ianier Munoz
http://www.chronotron.com


"BuddyWork" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Do you know or have any examples on how to get
ZipOutputStream/ZipInputStream classes so it can
compress/uncompress without writing to a file, I
basically want to pass in a string so it gets compressed
by either using GZip or Zip, then I want to pass in the
compression string and uncompress it either by using GZip
or Zip?



Reply With Quote
  #3  
Old   
Ianier Munoz
 
Posts: n/a

Default Re: J# Zip Question - 10-09-2004 , 05:59 PM



Quote:
...but there are lots of bugs in the j# zip collection in .net 1.0 and
.net 1.1
Eg. look at the dates. Try to zip big files etc...
When compressing strings these shouldn't be an issue. All the bugs I've seen
are related to file & directory handling rather to the compression
algorithms themselves.
--
Ianier Munoz
http://www.chronotron.com


"Lars-Inge Tønnessen [VJ# MVP]" <http://emailme.larsinge.com> wrote in
message news:eQVBr$frEHA.2136 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Quote:
...but there are lots of bugs in the j# zip collection in .net 1.0 and
.net 1.1
Eg. look at the dates. Try to zip big files etc...

Regards,
Lars-Inge Tønnessen





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.