Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ readBlob() [2/2]

void Ice::InputStream::readBlob ( std::vector< std::byte > & bytes,
std::int32_t sz )

Reads a blob of bytes from the stream.

Parameters
[out]bytesThe vector to hold a copy of the bytes from the marshaling buffer.
szThe number of bytes to read.