StreamWrapperFactory Class

Factory of StreamWrappers. For COM interface.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesStreamWrapperFactory

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class StreamWrapperFactory : IStreamWrapperFactory

The StreamWrapperFactory type exposes the following members.

Constructors
  NameDescription
Public methodStreamWrapperFactory
Initializes a new instance of the StreamWrapperFactory class
Methods
  NameDescription
Public methodCreateFileStreamWrapper(String, FileMode)
Creates FileStream with the specified path and creation mode.
Public methodCreateFileStreamWrapper(String, FileMode, FileAccess)
Creates FileStream with the specified path, creation mode, and read/write permission.
Public methodCreateMemoryStreamWrapper
Creates MemoryStream wrapper.
Public methodCreateMemoryStreamWrapper(Byte)
Creates MemoryStream wrapper based on the specified byte array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also