aunbit.com
Crear un archivo Zip en Java | A un Bit
Como crear archivos comprimidos Zip usando las librerías nativas de Java. // These are the files to include in the ZIP file String[] filenames = new String[]{"filename1", "filename2"}; // Create a buffer for reading the files byte[] buf = new byte[1024]; try { // Create the ZIP file String