com.google.zxing.common
Class ECI
java.lang.Object
com.google.zxing.common.ECI
- Direct Known Subclasses:
- CharacterSetECI
public abstract class ECI
- extends Object
Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations"
5.3 of ISO 18004.
- Since:
- BlackBerry API 6.0.0
getValue
public int getValue()
- Since:
- BlackBerry API 6.0.0
getECIByValue
public static ECI getECIByValue(int value)
- Parameters:
value
- ECI value
- Returns:
ECI
representing ECI of given value, or null if it is legal but unsupported
- Throws:
IllegalArgumentException
- if ECI value is invalid- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal