Skip to content

RawBatchEvent

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

data class RawBatchEvent(val data: ByteArray, val metadata: ByteArray = EMPTY_BYTE_ARRAY)

Representation of the raw data which is going to be written in the batch file.

Constructors

RawBatchEvent

constructor(data: ByteArray, metadata: ByteArray = EMPTY_BYTE_ARRAY)

Properties

data

val data: ByteArray

metadata

val metadata: ByteArray

Functions

equals

open operator override fun equals(other: Any?): Boolean

hashCode

open override fun hashCode(): Int

Clone this wiki locally