io.github.binaryfoo.decoders.bit.BitStringField.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emv-bertlv Show documentation
Show all versions of emv-bertlv Show documentation
Some decoders for the data used in EMV credit card transactions.
package io.github.binaryfoo.decoders.bit
import io.github.binaryfoo.bit.EmvBit
public trait BitStringField {
public fun getPositionIn(bits: Set?): String
public fun getValueIn(bits: Set): String?
public fun getStartBytesOffset(): Int
public fun getLengthInBytes(): Int
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy