Does Python have a zip class that is compatible with Java's java.util.zip Inflater and Deflater classes? -


this question has answer here:

i working byte arrays in java 1.7. using java.util.zip's inflater , deflater classes compress data. have interface data generated python code.

does python have capability compress data can uncompressed java's inflater class, , capability decompress data has been compressed java's deflater class?

if meant if there in python handle zip format, there is. module zipfile. python comes batteries included.


Comments