Uses of Class
com.google.zxing.common.BitSource
-
Packages that use BitSource Package Description com.google.zxing.datamatrix.decoder com.google.zxing.qrcode.decoder -
-
Uses of BitSource in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder with parameters of type BitSource Modifier and Type Method Description private static voidDecodedBitStreamParser. decodeAnsiX12Segment(BitSource bits, ECIStringBuilder result)See ISO 16022:2006, 5.2.7private static DecodedBitStreamParser.ModeDecodedBitStreamParser. decodeAsciiSegment(BitSource bits, ECIStringBuilder result, java.lang.StringBuilder resultTrailer, java.util.Set<java.lang.Integer> fnc1positions)See ISO 16022:2006, 5.2.3 and Annex C, Table C.2private static voidDecodedBitStreamParser. decodeBase256Segment(BitSource bits, ECIStringBuilder result, java.util.Collection<byte[]> byteSegments)See ISO 16022:2006, 5.2.9 and Annex B, B.2private static voidDecodedBitStreamParser. decodeC40Segment(BitSource bits, ECIStringBuilder result, java.util.Set<java.lang.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, java.util.Set<java.lang.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 BitSource Modifier and Type Method Description private static voidDecodedBitStreamParser. decodeAlphanumericSegment(BitSource bits, java.lang.StringBuilder result, int count, boolean fc1InEffect)private static voidDecodedBitStreamParser. decodeByteSegment(BitSource bits, java.lang.StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, java.util.Collection<byte[]> byteSegments, java.util.Map<DecodeHintType,?> hints)private static voidDecodedBitStreamParser. decodeHanziSegment(BitSource bits, java.lang.StringBuilder result, int count)See specification GBT 18284-2000private static voidDecodedBitStreamParser. decodeKanjiSegment(BitSource bits, java.lang.StringBuilder result, int count)private static voidDecodedBitStreamParser. decodeNumericSegment(BitSource bits, java.lang.StringBuilder result, int count)private static intDecodedBitStreamParser. parseECIValue(BitSource bits)
-