From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.234.205 with SMTP id t196mr2468689ywe.20.1472214961185; Fri, 26 Aug 2016 05:36:01 -0700 (PDT) X-Received: by 10.157.38.178 with SMTP id l47mr189184otb.13.1472214961143; Fri, 26 Aug 2016 05:36:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j37no10793618qta.0!news-out.google.com!b4ni466iti.0!nntp.google.com!j128no115486ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Aug 2016 05:36:00 -0700 (PDT) In-Reply-To: <9ae16f03-6bb2-45b3-a166-50ee8a022f22@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=57.79.21.1; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 57.79.21.1 References: <5d516246-3a7c-4be5-abef-c34fb0f5c753@googlegroups.com> <21dcddb3-1e20-4e54-afc7-fb66b1b6021e@googlegroups.com> <5477ca75-bdc1-4464-9fda-35a4a4b9b181@googlegroups.com> <8fdbb4cb-f250-4844-9a7e-8a4ff5b68554@googlegroups.com> <9ae16f03-6bb2-45b3-a166-50ee8a022f22@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4b233268-a28a-4f3d-a735-9a7097d12e03@googlegroups.com> Subject: Re: zLibAda vs ZipAda (which should I use, if any)? From: gautier_niouzes@hotmail.com Injection-Date: Fri, 26 Aug 2016 12:36:01 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1875 X-Received-Body-CRC: 2561018794 Xref: news.eternal-september.org comp.lang.ada:31586 Date: 2016-08-26T05:36:00-07:00 List-Id: > I'm still trying to figure how to display the zip(ped) image directly By directly, do you mean without extracting the image as a file ? In this case, it is possible with UnZip.Streams. Then you can use the Generic Image Decoder for decoding your image. > and display the names of all entries in lists without, Not clear without what, but displaying the names is done through Traverse or Traverse_Verbose. > and the directory information. More specifically ?