public final class Encoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_EC_PERCENT |
public static final int DEFAULT_EC_PERCENT
public static AztecCode encode(byte[] data)
data - input data stringpublic static AztecCode encode(byte[] data, int minECCPercent)
data - input data stringminECCPercent - minimal percentange of error check words (According to ISO/IEC 24778:2008,
a minimum of 23% + 3 words is recommended)Copyright © 2007-2013. All Rights Reserved.