Package-level declarations

Types

Link copied to clipboard
abstract class AbstractRSSReader : OneDReader

Superclass of OneDReader implementations that read barcodes in the RSS family of formats.

Link copied to clipboard
open class DataCharacter(value: Int, checksumPortion: Int)

Encapsulates a since character value in an RSS barcode, including its checksum information.

Link copied to clipboard
class FinderPattern(value: Int, startEnd: IntArray, start: Int, end: Int, rowNumber: Int)

Encapsulates an RSS barcode finder pattern, including its start/end position and row.

Link copied to clipboard

Decodes RSS-14, including truncated and stacked variants. See ISO/IEC 24724:2006.

Link copied to clipboard
object RSSUtils

Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G.