DataVector

A vector of TWData byte arrays

Constructors

Link copied to clipboard
open fun DataVector()
Creates a Vector of Data.
Link copied to clipboard
open fun DataVector(data: Array<Byte>)
Creates a Vector of Data with the given element

Functions

Link copied to clipboard
open fun add(data: Array<Byte>)
Add an element to a Vector of Data.
Link copied to clipboard
open fun get(index: Int): Array<Byte>
Retrieve the n-th element.
Link copied to clipboard
open fun size(): Int
Retrieve the number of elements