-
- All Implemented Interfaces:
-
com.microblink.barcode.DecoderFactory
public class DefaultDecoderFactory implements DecoderFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultDecoderFactory()DefaultDecoderFactory(Collection<BarcodeFormat> decodeFormats)DefaultDecoderFactory(Collection<BarcodeFormat> decodeFormats, Map<DecodeHintType, out Object> hints, String characterSet, int scanType)
-
Method Summary
Modifier and Type Method Description DecodercreateDecoder(@NonNull() Map<DecodeHintType, out Object> baseHints)-
-
Constructor Detail
-
DefaultDecoderFactory
DefaultDecoderFactory()
-
DefaultDecoderFactory
DefaultDecoderFactory(Collection<BarcodeFormat> decodeFormats)
-
DefaultDecoderFactory
DefaultDecoderFactory(Collection<BarcodeFormat> decodeFormats, Map<DecodeHintType, out Object> hints, String characterSet, int scanType)
-
-
-
-