| |
|
| java.lang.Object de.mcs.utils.Checksum16
Checksum16 | final public class Checksum16 (Code) | | Build 16 bit checksum of some values.
author: w.klaas |
Method Summary | |
public static int | parseArray(byte[] array) parses the byte array and build the 16 bit checksum. | public static int | parseString(String str) parses the string and build the 16 bit checksum. |
parseArray | public static int parseArray(byte[] array)(Code) | | parses the byte array and build the 16 bit checksum.
Parameters: array - array to build checksum from int 16 bit checksum |
parseString | public static int parseString(String str)(Code) | | parses the string and build the 16 bit checksum.
Parameters: str - string to build checksum from int 16 bit checksum |
|
|
|