How can I convert byte array to ZIP file

I am trying to convert an array of bytes into a ZIP file. I got bytes using the following code: byte[] originalContentBytes= new Verification().readBytesFromAFile(new File("E://file.zip")); priv...