write

abstract fun write(@NonNull data: Array<Byte>)

Called by the OutputStreamAdapter with the data that should be written.

Parameters

data

The data that should be written.