Class AbstractRMCBCKIXLogicImpl
java.lang.Object
org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
org.krysalis.barcode4j.impl.fourstate.AbstractRMCBCKIXLogicImpl
- Direct Known Subclasses:
RoyalMailCBCLogicImpl
Abstract base class for Royal Mail Customer Barcode and the Dutch KIX Code.
- Version:
- $Id: AbstractRMCBCKIXLogicImpl.java,v 1.1 2008-05-13 13:00:43 jmaerki Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]encodeHighLevel(String msg) Does the high-level encoding of the message into codewords.Methods inherited from class org.krysalis.barcode4j.impl.fourstate.AbstractFourStateLogicImpl
calcChecksum, encodeCodeword, generateBarcodeLogic, getChecksumMode, isIgnoredChar, normalizeMessage, validateChecksum
-
Constructor Details
-
AbstractRMCBCKIXLogicImpl
Main constructor- Parameters:
mode- checksum mode
-
-
Method Details
-
encodeHighLevel
Does the high-level encoding of the message into codewords.- Specified by:
encodeHighLevelin classAbstractFourStateLogicImpl- Parameters:
msg- the message- Returns:
- an array of Strings with codewords
-