Class Deflate

java.lang.Object
ucar.nc2.filter.Filter
ucar.nc2.filter.Deflate

public class Deflate extends ucar.nc2.filter.Filter

Filter implementation of zlib compression.

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class ucar.nc2.filter.Filter
    • getId

      public int getId()
      Specified by:
      getId in class ucar.nc2.filter.Filter
    • encode

      public byte[] encode(byte[] dataIn) throws IOException
      Specified by:
      encode in class ucar.nc2.filter.Filter
      Throws:
      IOException
    • decode

      public byte[] decode(byte[] dataIn) throws IOException
      Specified by:
      decode in class ucar.nc2.filter.Filter
      Throws:
      IOException