CreateFileStreamWrapper()
StreamWrapperFactory::CreateFileStreamWrapper(System::String, System::IO::FileMode) method
Creates FileStream with the specified path and creation mode.
System::SharedPtr<IStreamWrapper> Aspose::Slides::StreamWrapperFactory::CreateFileStreamWrapper(System::String fileName, System::IO::FileMode fileMode) override
StreamWrapperFactory::CreateFileStreamWrapper(System::String, System::IO::FileMode, System::IO::FileAccess) method
Creates FileStream with the specified path, creation mode, and read/write permission.
System::SharedPtr<IStreamWrapper> Aspose::Slides::StreamWrapperFactory::CreateFileStreamWrapper(System::String fileName, System::IO::FileMode fileMode, System::IO::FileAccess fileAccess) override
See Also
- Enum FileMode
- Enum FileAccess
- Typedef SharedPtr
- Class IStreamWrapper
- Class String
- Class StreamWrapperFactory
- Namespace Aspose::Slides
- Library Aspose.Slides