StreamWrapperFactory
StreamWrapperFactory class
Factory of StreamWrappers. For COM interface.
The StreamWrapperFactory type exposes the following members:
Constructors
Name | Description |
---|---|
StreamWrapperFactory() | Initializes a new instance of the StreamWrapperFactory class |
Methods
Name | Description |
---|---|
create_memory_stream_wrapper() | Creates MemoryStream wrapper. |
create_memory_stream_wrapper(buffer) | Creates MemoryStream wrapper based on the specified byte array. |
create_file_stream_wrapper(file_name, file_mode) | Creates FileStream with the specified path and creation mode. |
create_file_stream_wrapper(file_name, file_mode, file_access) | Creates FileStream with the specified path, creation mode, and read/write permission. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides