Re: LZW .Z Decompression?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"wxforecaster" <wxforecaster@xxxxxxxxx> wrote in
news:e$GZkZw#GHA.3480@xxxxxxxxxxxxxxxxxxxx:

Was surprised how little information turned up in a Google search, but
I can't imagine that this topic is new and maybe I'm looking in the
wrong place.

I have a series of .Z (UNIX LZW compressed) files that I need to
decompress inside a VB6 project.

My desire would be to read in the compressed file into a byte array.
Pass that array to the decompress function, and be returned a new byte
array with the decompressed data.

Guidance/direction would be greatly appreciated.

Thanks!
Evan




Yes, not much found other than talking about GIF's. That may or may not
help you.

Here a search results URL for PlanetSourceCode that mentions LZW....

http://www.planetsourcecode.com/vb/scripts/BrowseCategoryOrSearchResults.
asp?lngWId=1&B1
=Quick+Search&txtCriteria=lzw&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEnt
riesPerPage=10&blnResetAllVariables=TRUE&optSort=Alphabetical

There's a couple there that clain to have LZW code inside.

Regards,

DanS

.



Relevant Pages

  • Re: LZW Compression algorithm
    ... based on the 128 ascii character set and I can find a lot of information on ... file so that it can be used the next time you need to decompress a file. ... array since if you compressed the file and then shut down the program, ... note that if you are looking for a simple compressor that does fairly well, ...
    (comp.compression)
  • http/1.1 decompress
    ... I'm writing an application who 'sniffs' port 80. ... I receive a byte array with the data sent over ... So I may conclude that I'll need to decompress the data I received. ... In the beginning I received several errors about an incorrect magicnumber ...
    (microsoft.public.dotnet.languages.csharp)
  • LZW .Z Decompression?
    ... can't imagine that this topic is new and maybe I'm looking in the wrong ... I have a series of .Z files that I need to decompress ... My desire would be to read in the compressed file into a byte array. ...
    (microsoft.public.vb.general.discussion)
  • Re: http/1.1 decompress
    ... There is a compression library referenced in the articles that sounds like ... It takes a tough man to make a tender chicken salad. ... I receive a byte array with the data sent ... So I may conclude that I'll need to decompress the data I received. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Why cant I use interfaces like this?
    ... I can imagine having an array of various controls, and wanting to invalidate ... store either a Sys.IO.Stream or an instance of one of my classes, ...
    (microsoft.public.dotnet.general)