static AztecCode |
Encoder.encode(byte[] data) |
Encodes the given binary content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(byte[] data,
int minECCPercent,
int userSpecifiedLayers) |
Encodes the given binary content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(byte[] data,
int minECCPercent,
int userSpecifiedLayers,
java.nio.charset.Charset charset) |
Encodes the given binary content as an Aztec symbol
|
static AztecCode |
Encoder.encode(java.lang.String data) |
Encodes the given string content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(java.lang.String data,
int minECCPercent,
int userSpecifiedLayers) |
Encodes the given string content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(java.lang.String data,
int minECCPercent,
int userSpecifiedLayers,
java.nio.charset.Charset charset) |
Encodes the given string content as an Aztec symbol
|