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 Detail

      • getContentStream

        InputStream getContentStream​(IMergeSession mergeSession)
        Gets the file content stream.
        Parameters:
        mergeSession - the merge session, cannot be null.
        Returns:
        the file content stream.