public interface Code128Encoder
| Modifier and Type | Method and Description |
|---|---|
int[] |
encode(String msg)
Encodes a valid Code 128 message to an array of character set indexes.
|
int[] encode(String msg)
msg - the message to encodeCopyright © 2003–2023. All rights reserved.