Class CRC
java.lang.Object
energy.eddie.regionconnector.at.eda.utils.CRC
-
Method Summary
Modifier and TypeMethodDescriptionstatic longcomputeCRC32(byte[] data) Computes the CRC32 for the given data.static intcomputeCRC8DVBS2(byte[] data) Computes the CRC8 for the given data using the DVB-S2 polynomial.
-
Method Details
-
computeCRC32
public static long computeCRC32(byte[] data) Computes the CRC32 for the given data.- Parameters:
data- the data to compute the CRC32 for- Returns:
- the CRC32 value
-
computeCRC8DVBS2
public static int computeCRC8DVBS2(byte[] data) Computes the CRC8 for the given data using the DVB-S2 polynomial.- Parameters:
data- the data to compute the CRC8 for- Returns:
- the CRC8 value
-