StreamerInitialization

Overview

The StreamerInitialization enumeration defines data streamer operation mode. Value of this type is provided on the data streamer instance intialization to define set of possible data streamer operations.

Location


Value Description
None Default value. Passing this value to the data streamer initialization method will result in an exception
Read Data streamer should be opened in read mode. Position in its underlying data stream is not changed
ReadFromBeginning Data streamer should be opened in read mode. Seek operation is performed on the underlying data stream, moving the stream pointer to its very begginning
Write Data streamer should be opened in write mode.