Package | Description |
---|---|
com.google.zxing.aztec.encoder |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BinaryShiftToken |
(package private) class |
SimpleToken |
Modifier and Type | Field and Description |
---|---|
(package private) static Token |
Token.EMPTY |
private Token |
Token.previous |
private Token |
State.token |
Modifier and Type | Method and Description |
---|---|
(package private) Token |
Token.add(int value,
int bitCount) |
(package private) Token |
Token.addBinaryShift(int start,
int byteCount) |
(package private) Token |
Token.getPrevious() |
(package private) Token |
State.getToken() |
Constructor and Description |
---|
BinaryShiftToken(Token previous,
int binaryShiftStart,
int binaryShiftByteCount) |
SimpleToken(Token previous,
int value,
int bitCount) |
State(Token token,
int mode,
int binaryBytes,
int bitCount) |
Token(Token previous) |