writeToDataProvider

open fun writeToDataProvider(data: Array<Byte>)

Call this from your WritingStrategy to actually write to the .

Parameters

data

The data to write.

Throws

If there was a problem writing to the data provider.