Top "Zipoutputstream" questions

ZipOutputStream is used to write ZipEntrys to the underlying stream.

Java.util.zip replace a single zip file

Problem I have an existing zipfile "main.zip". I want to replace a single file in it, "say main.zip/…

java zipoutputstream
Return Zip File from ZipOutputStream in Java

I have a function which creates a Zip file from a list of files. Is it possible to return the …

java zip zipoutputstream
How do you add a folder to a zip archive with ICSharpCode.SharpZipLib

I have to create two folders inside of a zip file that I create programmatically using ICSharpCode.SharZipLib.Zip. I …

c# zip sharpziplib zipoutputstream