Class CustomCompress


  • public class CustomCompress
    extends Object
    All in memory inflater / deflator for small chunks using streams

    Stream header of deflated data:

    • 4 bytes magic 0xDEF1A7E0 (Big Endian)
    • 4 bytes integer deflated-size (Big Endian)
    • 4 bytes integer inflated-size (Big Endian)
    • deflated bytes