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 class
Deflate.Provider
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decode(byte[] dataIn)
byte[]
encode(byte[] dataIn)
int
getId()
String
getName()
-
-
-
Method Detail
-
encode
public byte[] encode(byte[] dataIn) throws IOException
- Specified by:
encode
in classFilter
- Throws:
IOException
-
decode
public byte[] decode(byte[] dataIn) throws IOException
- Specified by:
decode
in classFilter
- Throws:
IOException
-
-