Uses of Class
com.google.zxing.oned.Code128Writer.MinimalEncoder.Charset
-
Packages that use Code128Writer.MinimalEncoder.Charset Package Description com.google.zxing.oned -
-
Uses of Code128Writer.MinimalEncoder.Charset in com.google.zxing.oned
Methods in com.google.zxing.oned that return Code128Writer.MinimalEncoder.Charset Modifier and Type Method Description static Code128Writer.MinimalEncoder.Charset
Code128Writer.MinimalEncoder.Charset. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Code128Writer.MinimalEncoder.Charset[]
Code128Writer.MinimalEncoder.Charset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing.oned with parameters of type Code128Writer.MinimalEncoder.Charset Modifier and Type Method Description private boolean
Code128Writer.MinimalEncoder. canEncode(java.lang.CharSequence contents, Code128Writer.MinimalEncoder.Charset charset, int position)
private int
Code128Writer.MinimalEncoder. encode(java.lang.CharSequence contents, Code128Writer.MinimalEncoder.Charset charset, int position)
Encode the string starting at position position starting with the character set charset
-