Package org.krysalis.barcode4j.tools
Class ECIUtil
java.lang.Object
org.krysalis.barcode4j.tools.ECIUtil
Utilities around ECI (extended channel interpretation).
- Version:
- $Id: ECIUtil.java,v 1.1 2012-01-27 14:36:35 jmaerki Exp $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetECIForEncoding(String encoding) Returns the ECI code for a given encoding.
-
Field Details
-
ECI_BINARY
public static final int ECI_BINARYECI code for 8-bit binary data- See Also:
-
-
Constructor Details
-
ECIUtil
public ECIUtil()
-
-
Method Details
-
getECIForEncoding
Returns the ECI code for a given encoding.- Parameters:
encoding- the encoding- Returns:
- the corresponding ECI code
-