Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

Read ionic Zip as Memory Stream C#

I am using Ionic.Zip to extract ZipFile to memory stream with this method: private MemoryStream GetReplayZipMemoryStream() { MemoryStream zipMs = new …

c# stream zip memorystream
How can i zip files in Java and not include files paths

For example, I want to zip a file stored in /Users/me/Desktop/image.jpg I made this method: public …

java zip java-io
Create zip file from all files in folder

I'm trying to create a zip file from all files in a folder, but can't find any related snippet online. …

c# zip zipfile
How to get Inno Setup to unzip a file it installed (all as part of the one installation process)

To save bandwidth/space as well as prevent accidental meddling, the installation files for a database product (call it Ajax), …

zip inno-setup unzip
Unzip a large ZIP file on Amazon S3

I'm working at a company that processes very large CSV files. Clients upload the file to Amazon S3 via filepicker. …

amazon-web-services amazon-s3 zip unzip
C#.net identify zip file

I am currently using the SharpZip api to handle my zip file entries. It works splendid for zipping and unzipping. …

c# zip .net-4.5 sharpziplib
PHP GD: How to get imagedata as binary string?

I'm using a solution for assembling image files to a zip and streaming it to browser/Flex application. (ZipStream by …

php zip gd
Zip using Oracle Stored Procedure

Right now I am using Oracle utility procedure, UTL_COMPRESS.LZ_COMPRESS(), to compress some data. But the problem is …

oracle stored-procedures plsql zip utility
How to read from a zip file within zip file in Python?

I have a file that I want to read that is itself zipped within a zip archive. For example, parent.…

python file zip unzip
Modifying contents of Android .aar file / Converting to and from .zip format

So I have a .aar file which has a file I need to remove from inside it. I am running …

android android-studio zip binaryfiles aar