IStreamWrapperFactory Interface |
Namespace: Aspose.Slides
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.
|