Re: LZW .Z Decompression?
- From: DanS <t.h.i.s.n.t.h.a.t@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 29 Oct 2006 17:31:49 -0600
"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
.
- References:
- LZW .Z Decompression?
- From: wxforecaster
- LZW .Z Decompression?
- Prev by Date: Re: creating desktop shortcuts: what is ShellLinkA ?
- Next by Date: Re: Log Phone Calls
- Previous by thread: LZW .Z Decompression?
- Next by thread: Re: LZW .Z Decompression?
- Index(es):
Relevant Pages
|