Tagged Questions

1
vote
1answer
23 views

Detecting 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 …
3
votes
4answers
75 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 …
0
votes
2answers
65 views

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

EDIT: Specifically compression and extraction speeds. Any Suggestions? Thanks
0
votes
1answer
17 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
1answer
30 views

Where is Problem in my code to upload a file to server from windows mobile

Hi, i have problem of uploading zip file ot server from my windows mobile.. in server the .zip file is getting created,if i open file its telling unable to open and its corrupted …
0
votes
2answers
100 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
35 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....
0
votes
3answers
76 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
95 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
vote
1answer
15 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 …
1
vote
4answers
69 views

How to Pack/Encrypt/Unpack/Decrypt a bunch of files in Java?

I'm essentially trying to do the following on a Java/JSP-driven web site: User supplies a password Password is used to build a strongly-encrypted archive file (zip, or anything e …
0
votes
3answers
22 views

Creating a CAB file on WinCE

Hello I want to make a CAB file on a WinCE 5/6 device. The idea is that someone would run a backup script that creates the CAB file, which can then be loaded back onto the device …
2
votes
3answers
105 views

zip file created with SharpZipLib cannot be opened on os x

Argh, today is the day of stupid problems && me being an idiot. I have an app which creates a zip file containing some jpgs from a certain directory. I use this code in o …
1
vote
2answers
38 views

How do I create an input stream from a ZipEntry (Java)

Hi there, I have a class which wraps ZipEntrys, but I'm struggling to see how I could then write a method that returns an input stream from any one ZipEntry. I managed to write so …
0
votes
1answer
32 views

Create a file in a zip archive using stream wrapper

I want to use a zip stream wrapper in PHP to create zip file or add files in a zip archive. Here are my example : <?php echo file_get_contents('zip://file.zip#existing_file.txt …

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