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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getContentStream(IMergeSession mergeSession)
Gets the file content stream.
-
-
-
Method Detail
-
getContentStream
InputStream getContentStream(IMergeSession mergeSession)
Gets the file content stream.- Parameters:
mergeSession
- the merge session, cannot benull
- Returns:
- the file content stream, never
null
-
-