Uses of Class
com.google.zxing.common.BitSource
Packages that use BitSource
-
Uses of BitSource in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder with parameters of type BitSourceModifier and TypeMethodDescriptionprivate static void
DecodedBitStreamParser.decodeAnsiX12Segment
(BitSource bits, ECIStringBuilder result) See ISO 16022:2006, 5.2.7private 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.2private static void
DecodedBitStreamParser.decodeBase256Segment
(BitSource bits, ECIStringBuilder result, Collection<byte[]> byteSegments) See ISO 16022:2006, 5.2.9 and Annex B, B.2private static void
DecodedBitStreamParser.decodeC40Segment
(BitSource bits, ECIStringBuilder result, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.5 and Annex C, Table C.1private static void
DecodedBitStreamParser.decodeECISegment
(BitSource bits, ECIStringBuilder result) See ISO 16022:2007, 5.4.1private static void
DecodedBitStreamParser.decodeEdifactSegment
(BitSource bits, ECIStringBuilder result) See ISO 16022:2006, 5.2.8 and Annex C Table C.3private static void
DecodedBitStreamParser.decodeTextSegment
(BitSource bits, ECIStringBuilder result, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.6 and Annex C, Table C.2 -
Uses of BitSource in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder with parameters of type BitSourceModifier and TypeMethodDescriptionprivate static void
DecodedBitStreamParser.decodeAlphanumericSegment
(BitSource bits, StringBuilder result, int count, boolean fc1InEffect) private static void
DecodedBitStreamParser.decodeByteSegment
(BitSource bits, StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, Collection<byte[]> byteSegments, Map<DecodeHintType, ?> hints) private static void
DecodedBitStreamParser.decodeHanziSegment
(BitSource bits, StringBuilder result, int count) See specification GBT 18284-2000private static void
DecodedBitStreamParser.decodeKanjiSegment
(BitSource bits, StringBuilder result, int count) private static void
DecodedBitStreamParser.decodeNumericSegment
(BitSource bits, StringBuilder result, int count) private static int
DecodedBitStreamParser.parseECIValue
(BitSource bits)