Is this part of java course on codegym is very difficult just for me? It seems that in articles you have only the alphabet, and in tasks you have to create your own book.
If you use HashMap<ZipEntry,...> for saving data, when you will put data in new archive it must be:
zipOutputStream.putNextEntry(new ZipEntry(entry.getKey().getName()));
GO TO FULL VERSION