Class Gunzip

  • All Implemented Interfaces:
    Function<byte[],​byte[]>

    public class Gunzip
    extends KorypheFunction<byte[],​byte[]>
    A Gunzip is a Function that takes a byte[] of gzipped data and decompresses it.
    • Constructor Detail

      • Gunzip

        public Gunzip()
    • Method Detail

      • apply

        public byte[] apply​(byte[] compressed)