Uses of Enum Class
com.google.zxing.datamatrix.decoder.DecodedBitStreamParser.Mode
Packages that use DecodedBitStreamParser.Mode
-
Uses of DecodedBitStreamParser.Mode in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that return DecodedBitStreamParser.ModeModifier and TypeMethodDescriptionprivate static DecodedBitStreamParser.Mode
DecodedBitStreamParser.decodeAsciiSegment
(BitSource bits, ECIStringBuilder result, StringBuilder resultTrailer, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.3 and Annex C, Table C.2static DecodedBitStreamParser.Mode
Returns the enum constant of this class with the specified name.static DecodedBitStreamParser.Mode[]
DecodedBitStreamParser.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.