comp.lang.ada
 help / color / mirror / Atom feed
* GZIP with Zip-Ada
@ 2016-09-11 19:57 ssh9614
  2016-09-11 22:54 ` gautier_niouzes
  0 siblings, 1 reply; 2+ messages in thread
From: ssh9614 @ 2016-09-11 19:57 UTC (permalink / raw)


I need to access data in a .gz file. I cannot find any specific info on .gz support in Zip-Ada (grep through the library). However, there seem to be lots of support for the deflate-algorithm which should be what I need right? Or does .zip and .gz use different types of deflate? 
/Björn

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GZIP with Zip-Ada
  2016-09-11 19:57 GZIP with Zip-Ada ssh9614
@ 2016-09-11 22:54 ` gautier_niouzes
  0 siblings, 0 replies; 2+ messages in thread
From: gautier_niouzes @ 2016-09-11 22:54 UTC (permalink / raw)


> Or does .zip and .gz use different types of deflate?

They use the same Deflate (that is, the raw stream compression) but what is around is different (the archive file format with entry names, sizes, control numbers, ...).
For .gz you'll be perhaps luckier with the ZLib-Ada project
https://sourceforge.net/projects/zlib-ada/

HTH
_________________________ 
Gautier's Ada programming 
http://gautiersblog.blogspot.com/search/label/Ada 
NB: follow the above link for a valid e-mail address 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-11 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 19:57 GZIP with Zip-Ada ssh9614
2016-09-11 22:54 ` gautier_niouzes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox