Package com._1c.g5.v8.dt.compare.merge
Interface PostponedFileOperation.IContentStreamProvider
-
- Enclosing class:
- PostponedFileOperation
public static interface PostponedFileOperation.IContentStreamProvider
An interface to be implemented by clients that wish to override default file content getting method.
-
-
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.
-
-