I am working with byte arrays in Java 1.7. I am using java.util.zip's Inflater and Deflater classes to compress the data. I have to interface with data generated by Python code.
Does Python have the capability to compress data that can be uncompressed by Java's Inflater class, and the capability to decompress data that has been compressed by Java's Deflater class?