| Author |
Unix-Z or WinZip Compression
|
|
| aleph0 2008-01-28, 7:01 pm |
| Does anyone have a ready made function ( or an algorythm ) for WinZip
and/or Unix-Z types of compression in APL please ?
| |
| Phil Last 2008-01-28, 7:01 pm |
| On Jan 28, 6:42 pm, aleph0 <apl68...@tiscali.co.uk> wrote:
> Does anyone have a ready made function ( or an algorythm ) for WinZip
> and/or Unix-Z types of compression in APL please ?
If you want to unpack files packed by a proprietory tool I guess you'd
be best finding a way to call it or something similar from APL.
If you want to pack and unpack stuff yourself within APL using LZW
because you know it's good then John Scholes has one in the Dyalog
supplied ws "dfns" under the name of packZ with extensive notes.
Available on-line @ http://www.dyalog.dk/dfnsdws/n_packZ.htm
| |
|
|
|
|
| aleph0 2008-01-29, 4:00 am |
| Thanks to everyone for the replies.
The "WinZip" API-connection ( AAsk ) was actually the sort of solution
that I was looking for.
PS:
.. I was only interested in "reading in" existing WinZip files and
extracting the content, rather than wanting to create such files
myself !
| |
| David Liebtag 2008-01-29, 7:01 pm |
| You can easily call Java's zip tools from APL2.
David Liebtag
IBM APL Products and Services
| |
|
|
| Stephen Taylor 2008-01-31, 4:00 am |
| On Jan 30, 7:38 pm, kai <kaithomas...@googlemail.com> wrote:
>
>
>
> Two probelems:
>
> 1. Although I did download and install the APL2741 font, I still do
> not see any APL characters.
>
> 2. The download link ends up on a 404 page
>
> Kai
Sorry about that. Try again now.
Stephen Taylor
editor@vector.org.uk
| |
|
|
|
|