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

◆ InputStream() [1/5]

Ice::InputStream::InputStream ( const CommunicatorPtr & communicator,
const std::vector< std::byte > & bytes,
SliceLoaderPtr sliceLoader = nullptr )

Constructs an InputStream using a communicator and this communicator's default encoding version.

Parameters
communicatorThe communicator to use for unmarshaling tasks.
bytesThe encoded data.
sliceLoaderThe Slice loader. When nullptr, use the communicator's Slice loader.