Lds1ElementaryFile

data class Lds1ElementaryFile(val bytes: ByteArray? = null)

Binary representation of the LDS1 Elementary File.

Constructors

Link copied to clipboard
fun Lds1ElementaryFile(bytes: ByteArray? = null)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val bytes: ByteArray? = null

Content bytes.