Package com._1c.g5.v8.dt.compare.merge
Class CustomMergeContentStreamProvider
java.lang.Object
com._1c.g5.v8.dt.compare.merge.CustomMergeContentStreamProvider
- All Implemented Interfaces:
IPostponedFileOperation.IContentStreamProvider
public class CustomMergeContentStreamProvider
extends Object
implements IPostponedFileOperation.IContentStreamProvider
Stream provider for custom merge content.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentStream(IMergeSession mergeSession) Gets the file content stream.
-
Constructor Details
-
CustomMergeContentStreamProvider
public CustomMergeContentStreamProvider(long nodeId) Creates instance of class.- Parameters:
nodeId- id of node to create stream provider for
-
-
Method Details
-
getContentStream
Description copied from interface:IPostponedFileOperation.IContentStreamProviderGets the file content stream.- Specified by:
getContentStreamin interfaceIPostponedFileOperation.IContentStreamProvider- Parameters:
mergeSession- the merge session, cannot benull- Returns:
- the file content stream, never
null
-