IStreamWrapperFactory
IStreamWrapperFactory interface
Factory of StreamWrappers. For COM interface.
public interface IStreamWrapperFactory
Methods
| Name | Description |
|---|---|
| CreateFileStreamWrapper(string, FileMode) | Creates FileStream with the specified path and creation mode. |
| CreateFileStreamWrapper(string, FileMode, FileAccess) | Creates FileStream with the specified path, creation mode, and read/write permission. |
| CreateMemoryStreamWrapper() | Creates MemoryStream wrapper. |
| CreateMemoryStreamWrapper(byte[]) | Creates MemoryStream wrapper based on the specified byte array. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides