IStreamWrapperFactory class

IStreamWrapperFactory class

Factory of StreamWrappers. For COM interface.

The IStreamWrapperFactory type exposes the following members:

Methods

MethodDescription
create_memory_stream_wrapperCreates MemoryStream wrapper.
create_memory_stream_wrapperCreates MemoryStream wrapper based on the specified byte array.
create_file_stream_wrapperCreates FileStream with the specified path and creation mode.
create_file_stream_wrapperCreates FileStream with the specified path, creation mode, and read/write permission.

See Also