All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.binaryfoo.decoders.bit.BitStringField.kt Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
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