public abstract class ExtCodetextBuilder
extends java.lang.Object
Helper class for automatic codetext generation of the Extended Codetext Mode
Constructor and Description |
---|
ExtCodetextBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addECICodetext(int ECIEncoding,
java.lang.String codetext)
Adds codetext with Extended Channel Identifier
|
void |
addPlainCodetext(java.lang.String codetext)
Adds plain codetext to the extended codetext items
|
void |
clear()
Clears extended codetext items
|
abstract java.lang.String |
getExtendedCodetext()
Generate extended codetext from generation items list
|
public void clear()
Clears extended codetext items
public void addPlainCodetext(java.lang.String codetext)
Adds plain codetext to the extended codetext items
codetext
- Codetext in unicode to add as extended codetext itempublic void addECICodetext(int ECIEncoding, java.lang.String codetext)
Adds codetext with Extended Channel Identifier
ECIEncoding
- Extended Channel Identifiercodetext
- Codetext in unicode to add as extended codetext item with Extended Channel Identifierpublic abstract java.lang.String getExtendedCodetext()
Generate extended codetext from generation items list