Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

index.rst

File metadata and controls

22 lines (15 loc) · 594 Bytes

Streams

Sming provides a set of Stream class which extend :cppStream methods.

:cppIDataSourceStream is used where read-only access is required. It introduces the :cppIDataSourceStream::readMemoryBlock method which performs a regular read without updating the stream position. This allows optimistic reading and re-sending, but cannot be handled by some stream types and should be used with care.

:cppReadWriteStream is used where read/write operation is required.

API Documentation