Uses of Class
com.google.zxing.aztec.encoder.Token
-
Packages that use Token Package Description com.google.zxing.aztec.encoder -
-
Uses of Token in com.google.zxing.aztec.encoder
Subclasses of Token in com.google.zxing.aztec.encoder Modifier and Type Class Description (package private) class
BinaryShiftToken
(package private) class
SimpleToken
Fields in com.google.zxing.aztec.encoder declared as Token Modifier and Type Field Description (package private) static Token
Token. EMPTY
private Token
Token. previous
private Token
State. token
Methods in com.google.zxing.aztec.encoder that return Token Modifier and Type Method 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()
Constructors in com.google.zxing.aztec.encoder with parameters of type Token Constructor 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)
-