Package com._1c.g5.v8.dt.compare.merge
Interface IPostponedFileOperation.IContentStreamProvider
- 
- Enclosing interface:
- IPostponedFileOperation
 
 public static interface IPostponedFileOperation.IContentStreamProviderThe file content stream provider.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContentStream(IMergeSession mergeSession)Gets the file content stream.
 
- 
- 
- 
Method Detail- 
getContentStreamInputStream getContentStream(IMergeSession mergeSession) Gets the file content stream.- Parameters:
- mergeSession- the merge session, cannot be- null
- Returns:
- the file content stream, never null
 
 
- 
 
-