Package ucar.nc2.filter
Class Deflate
- java.lang.Object
-
- ucar.nc2.filter.Filter
-
- ucar.nc2.filter.Deflate
-
public class Deflate extends Filter
Filter implementation of zlib compression.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeflate.Provider
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decode(byte[] dataIn)byte[]encode(byte[] dataIn)intgetId()StringgetName()
-
-
-
Method Detail
-
encode
public byte[] encode(byte[] dataIn) throws IOException- Specified by:
encodein classFilter- Throws:
IOException
-
decode
public byte[] decode(byte[] dataIn) throws IOException- Specified by:
decodein classFilter- Throws:
IOException
-
-