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

◆ writeBlob() [1/2]

void Ice::OutputStream::writeBlob ( const std::byte * v,
Container::size_type sz )
inline

Copies the specified blob of bytes to the stream without modification.

Parameters
vThe start of the buffer to copy.
szThe number of bytes to copy.

Definition at line 252 of file OutputStream.h.