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

◆ InputStream() [4/5]

Ice::InputStream::InputStream ( const CommunicatorPtr & communicator,
EncodingVersion encoding,
std::pair< const std::byte *, const std::byte * > bytes,
SliceLoaderPtr sliceLoader = nullptr )

Constructs an InputStream using a communicator and encoding version.

Parameters
communicatorThe communicator to use for unmarshaling tasks.
encodingThe encoding version used to encode the data to be unmarshaled.
bytesThe encoded data.
sliceLoaderThe Slice loader. When nullptr, use the communicator's Slice loader.