Utility Project for compressed files.
Extracts content of a compressed input stream to a Map<String, byte[]> where the keys are the entry names and the values the content of each entry.
Takes a Map<String, byte[]> and creates a compressed archive file where the keys are used as entry names and the values as entry content.
An enum of file-types handled.