Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class BitSource(bytes: ByteArray)

This provides an easy abstraction to read bits at a time from a sequence of bytes, where the number of bits read is not often a multiple of 8.

Link copied to clipboard

Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.

Link copied to clipboard
class DecoderResult(val rawBytes: ByteArray, val text: String, val byteSegments: List<ByteArray>, val eCLevel: String, val structuredAppendSequenceNumber: Int, val structuredAppendParity: Int)

Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.

Link copied to clipboard
Link copied to clipboard
class DetectorResult(val bits: BitMatrix, val points: Array<ResultPoint?>)
Link copied to clipboard
abstract class GridSampler
Link copied to clipboard
Link copied to clipboard