- edu.iris.dmc.seedcodec - package edu.iris.dmc.seedcodec
-
- encode(int[], int, int) - Static method in class edu.iris.dmc.seedcodec.Steim1
-
Encode the array of integer values into a Steim 1 * compressed byte frame block.
- encode(int[], int, int, int) - Static method in class edu.iris.dmc.seedcodec.Steim1
-
- encode(int[], int) - Static method in class edu.iris.dmc.seedcodec.Steim1
-
Abbreviated zero-bias version of encode().
- encode(int[], int) - Static method in class edu.iris.dmc.seedcodec.Steim2
-
Abbreviated zero-bias version of encode().
- encode(int[], int, int) - Static method in class edu.iris.dmc.seedcodec.Steim2
-
Encode the array of integer values into a Steim 2 * compressed byte frame block.
- encode(int[], int, int, int) - Static method in class edu.iris.dmc.seedcodec.Steim2
-
Encode the array of integer values into a Steim 2 * compressed byte frame block.
- encodeAsBytes(short[]) - Method in class edu.iris.dmc.seedcodec.Codec
-
encodes the short data as a byte array.
- encodeAsBytes(int[]) - Method in class edu.iris.dmc.seedcodec.Codec
-
encodes the integer data as a byte array.
- encodeAsBytes(float[]) - Method in class edu.iris.dmc.seedcodec.Codec
-
encodes the float data as a byte array.
- encodeAsBytes(double[]) - Method in class edu.iris.dmc.seedcodec.Codec
-
encodes the float data as a byte array.
- extractSamples(byte[], int, boolean) - Static method in class edu.iris.dmc.seedcodec.Steim1
-
Extracts differences from the next 64 byte frame of the given compressed
byte array (starting at offset) and returns those differences in an int
array.
- extractSamples(byte[], int, boolean) - Static method in class edu.iris.dmc.seedcodec.Steim2
-
Extracts differences from the next 64 byte frame of the given compressed
byte array (starting at offset) and returns those differences in an int
array.