public class UnzipUtil { private static final Logger logger = LoggerFactory.getLogger(CopyFileUtil.class); /** * Size of the buffer to read/write data */ private static final int BUFFER_SIZE = 4096; /** * Extracts a zip file specified by the zipFileP…