Package com._1c.g5.v8.dt.compare.merge
Interface IPostponedFileOperation.IContentStreamProvider
- Enclosing interface:
- IPostponedFileOperation
public static interface IPostponedFileOperation.IContentStreamProvider
The file content stream provider.
-
Method Summary
Modifier and TypeMethodDescriptiongetContentStream
(IMergeSession mergeSession) Gets the file content stream.
-
Method Details
-
getContentStream
Gets the file content stream.- Parameters:
mergeSession
- the merge session, cannot benull
- Returns:
- the file content stream, never
null
-