Write
(
buffer
, offset
, length
)
|
Writes data to an upload stream.
Signature
void Meta.WitAi.Interfaces.IDataUploadHandler.Write(byte[] buffer, int offset, int length) Parameters buffer: byte []Â
The full data to be written
offset: intÂ
The starting offset to be written from
length: intÂ
The total number of bytes to be written
Returns void |