Package ucar.nc2.filter
Class Filter
- java.lang.Object
-
- ucar.nc2.filter.Filter
-
- Direct Known Subclasses:
Blosc,Checksum32,Deflate,ScaleOffset,Shuffle
public abstract class Filter extends Object
-
-
Constructor Summary
Constructors Constructor Description Filter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract byte[]decode(byte[] dataIn)abstract byte[]encode(byte[] dataIn)
-
-
-
Method Detail
-
encode
public abstract byte[] encode(byte[] dataIn) throws IOException- Throws:
IOException
-
decode
public abstract byte[] decode(byte[] dataIn) throws IOException- Throws:
IOException
-
-