The IFileStreamManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetNewWriteStream |
Returns the stream for the given file, represented as IFile. This may be a new file, in which case the file stream manager is expected to create the file.
|
![]() | GetReadStream |
Returns the stream for the given file, represented as IFile. The stream is for reading.
|
![]() | SubscribeOnFileChanged |
The provided handler should be invoked if the file, represented as IFile, changes in the concrete store this IFileStreamManager represents.
|