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

◆ getMoreBytes()

virtual std::byte * Ice::UTF8Buffer::getMoreBytes ( size_t howMany,
std::byte * firstUnused )
pure virtual

Obtains more bytes.

Parameters
howManyThe number of bytes requested.
firstUnusedA pointer to the first unused byte.
Returns
A pointer to the beginning of the buffer.
Exceptions
std::bad_allocThrown when too many bytes are requested.
MarshalExceptionThrown when too many bytes are requested.