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 voidDecodedBitStreamParser.decodeAnsiX12Segment(BitSource bits, ECIStringBuilder result) See ISO 16022:2006, 5.2.7private static DecodedBitStreamParser.ModeDecodedBitStreamParser.decodeAsciiSegment(BitSource bits, ECIStringBuilder result, StringBuilder resultTrailer, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.3 and Annex C, Table C.2private static voidDecodedBitStreamParser.decodeBase256Segment(BitSource bits, ECIStringBuilder result, Collection<byte[]> byteSegments) See ISO 16022:2006, 5.2.9 and Annex B, B.2private static voidDecodedBitStreamParser.decodeC40Segment(BitSource bits, ECIStringBuilder result, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.5 and Annex C, Table C.1private static voidDecodedBitStreamParser.decodeECISegment(BitSource bits, ECIStringBuilder result) See ISO 16022:2007, 5.4.1private static voidDecodedBitStreamParser.decodeEdifactSegment(BitSource bits, ECIStringBuilder result) See ISO 16022:2006, 5.2.8 and Annex C Table C.3private static voidDecodedBitStreamParser.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 voidDecodedBitStreamParser.decodeAlphanumericSegment(BitSource bits, StringBuilder result, int count, boolean fc1InEffect) private static voidDecodedBitStreamParser.decodeByteSegment(BitSource bits, StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, Collection<byte[]> byteSegments, Map<DecodeHintType, ?> hints) private static voidDecodedBitStreamParser.decodeHanziSegment(BitSource bits, StringBuilder result, int count) See specification GBT 18284-2000private static voidDecodedBitStreamParser.decodeKanjiSegment(BitSource bits, StringBuilder result, int count) private static voidDecodedBitStreamParser.decodeNumericSegment(BitSource bits, StringBuilder result, int count) private static intDecodedBitStreamParser.parseECIValue(BitSource bits)