ichecksum-ag凯发旗舰厅
com.spire.barcode
interface ichecksum
public interface ichecksum
interface to calculate checksums on barcode data.
classes that calculate checksums on barcode data should implement this interface.
it makes for a pluggable checksum architecture.
method summary |
java.lang.string |
calculate(java.lang.string data)
calculates the checksum of a string of data. |
calculate
java.lang.string calculate(java.lang.string data)
- calculates the checksum of a string of data.
- parameters:
data
- the data to calculate the checksum for.
- returns:
- the calculated checksum.