Tagged Questions

1
vote
3answers
81 views

Best way to detect if a stream is zipped in Java

What is the best way to find out i java.io.InputStream contains zipped data?
0
votes
2answers
18 views

wxImage to Zip file via stream. Possible?

I'm trying to write out a zip file using the wxZipOutputStream. The code is from this forum and works with the xml file (when I used wxTextOutputStream). Now, I'm trying to include …
0
votes
0answers
13 views

Zip3.0 exclude file list

Does Info-Zip's latest release Zip3.0 support exclude list file? As in, can one pass a file(containing names of the files to be excluded) name as a parameter to zip? I could see th …
0
votes
4answers
78 views

download multiple files as zip in php

How to download multiple files as zip in php?
0
votes
3answers
120 views

Freeware ZIP component for Delphi 2010?

Hello. Do you know any free component, compatible with Delphi 2010 to manage ZIP archives (actually, only reading archive contents and extracting files required)? Please no betas. …
-1
votes
0answers
35 views

Oracle 10.2.0.4.0 patch set for Windows x64 file corruption

I have downloaded Oracle Database Patchset 6810189 (i.e. 10.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER - Microsoft Windows x64 (64-bit)) a number of times but the file, p6810189_ …
3
votes
4answers
101 views

To Compress a big file in a ZIP with Java

I have the need to compress a one Big file (~450 Mbyte) through the Java class ZipOutputStream. This big dimension causes a problem of "OutOfMemory" error of my JVM Heap Space. Thi …
3
votes
1answer
52 views

How do I detect if a program is running within a PAR archive?

I'm working on a large Perl application which gets bundled with PAR, along with a bunch of support files. When the app is running within PAR, I can use PAR::read_file to get at th …
0
votes
2answers
73 views

What Is The Best Python Zip Module To Handle Large Files?

EDIT: Specifically compression and extraction speeds. Any Suggestions? Thanks
0
votes
2answers
102 views

Gracefully convert .rar to .zip using Python

I'm currently making system call to "unrar and zip" commands. It interrupts and requires me to enter password while encounter password propected archives. Is it possible to let it …
1
vote
1answer
61 views

Download multiple files as a zip folder using php

Hai guys, I want to make my user select any type of files listed and make them as a zip folder and download it... The files may be .doc,.jpeg,.ppt....
1
vote
1answer
27 views

BlackBerry - Unpack Zip File

I'm developing a BlackBerry application in which I need to unpack a zip file compressed with PKZIP. The package could have one file in it, or it could have 10; it will vary in eac …
0
votes
1answer
25 views

Maven - extract /test/resources/my.zip in /target during the Test Phase

Hi all, I've some test resources (that are specific for a particular task) zipped in /test/resources/my.zip. I want to extract the zip content to /target during the maven's Test …
0
votes
3answers
81 views

Use ZIP-archives to store NSDocument data

I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I'm considering doing the sam …
3
votes
3answers
98 views

Any native ZIP/Packaging for .NET3.5

I am looking for Zip/Unzip operation in my .NET application. I can see plenty of third party implementations, But is there one part of .NET framework? Or let me tell you what exac …

1 2 3 4 5 18 next
15 30 50 per page