Category "zipoutputstream"

How to put two jasperReports in one zip file to download?

public String generateReport() { try { final FacesContext facesContext = FacesContext.getCurrentInstance(); fi

Java: Zipinputstream to Zipoutputstream leads to "end-of-central-directory signature not found" Error

I try to copy a Zip from a Zipinputstream to a Zipoutputstream. I store the Zip as byte[] in a Oracle database. I use Zipinputstream to decompress the zip (la