comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: archived data
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: archived data [message #54338 is a reply to message #54337] Tue, 05 June 2007 05:26 Go to previous message
cmancone is currently offline  cmancone
Messages: 30
Registered: May 2007
Member
On Jun 3, 11:54 am, Wox <nom...@hotmail.com> wrote:
> Hi All,
>
> I face the following situation: I'd like to do some online data
> processing (i.e. during measurements) using IDL. However the data is
> directly zipped by the acquisition system. Is it possible to read and
> search (like file_search) in a zip archive without spawning unzip and
> extract everything? Windows explorer does it, so it must be
> possible...
>
> I remember a similar question beeing posted here, but I couldn't find
> it.
>
> Thanks

I'm afraid I don't have any suggestions for you. I was just going to
add that windows almost certainly does it by quickly extracting the
files into memory as it reads the zip archive. It doesn't actually
extract the files for you, true, but it would have to unzip them in
order to display them (at least, I don't see how else it could do
it). Which of course is bad news for you - that would mean that the
only way you could accomplish what you want to accomplish is by having
IDL do the unzipping. Unless someone else has built zip/unzip
functionality into IDL, that means you'd have to do it yourself.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: idl flythru
Next Topic: IDL - COM export bridge

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:11:13 PDT 2025

Total time taken to generate the page: 0.31692 seconds