Hello!

How about WriteInt8Array
<https://ignite.apache.org/releases/latest/cppdoc/classignite_1_1binary_1_1BinaryWriter.html#ada15c20651157acfb8baeb5fe8df1b5d>
()?

Regards,

-- 
Ilya Kasnacheev

2018-08-08 11:19 GMT+03:00 F.D. <free.devel...@gmail.com>:

> Hello Igniters,
>
> My distributed closures work perfectly when the inputs are strings, but
> when I try to pass a buffer of bytes I got an error.
>
> The buffer of bytes arrives to me in a std::string but when I to
> use BinaryWriter::WriteString the string is truncated (ok, it was
> predictable). The question is there a method of BinaryWriter/BinaryReader
> to handles with buffer of char? (I found WriteArray, but I've to pass char
> by char).
>
> Thanks,
> F.D.
>

Reply via email to