CreateFileStreamWrapper()

IStreamWrapperFactory::CreateFileStreamWrapper(System::String, System::IO::FileMode) method

Creates FileStream with the specified path and creation mode.

virtual System::SharedPtr<IStreamWrapper> Aspose::Slides::IStreamWrapperFactory::CreateFileStreamWrapper(System::String fileName, System::IO::FileMode fileMode)=0

Arguments

ParameterTypeDescription
fileNameSystem::StringFile name System::String
fileModeSystem::IO::FileModeFile mode System::IO::FileMode

Return Value

Stream wrapper for COM interface IStreamWrapper

IStreamWrapperFactory::CreateFileStreamWrapper(System::String, System::IO::FileMode, System::IO::FileAccess) method

Creates FileStream with the specified path, creation mode, and read/write permission.

virtual System::SharedPtr<IStreamWrapper> Aspose::Slides::IStreamWrapperFactory::CreateFileStreamWrapper(System::String fileName, System::IO::FileMode fileMode, System::IO::FileAccess fileAccess)=0

Arguments

ParameterTypeDescription
fileNameSystem::StringFile name System::String
fileModeSystem::IO::FileModeFile mode System::IO::FileMode
fileAccessSystem::IO::FileAccessFile access System::IO::FileAccess

Return Value

Stream wrapper for COM interface IStreamWrapper

See Also