finishWrite

abstract fun finishWrite(): Boolean

Called by PSPDFKit after all data has been written via write method. This allows the data provider to close all opened input streams. In case of REWRITE_FILE access, the data provider should here replace the original file with the written temporary file.

Return

true if operation succeeded, false if it failed.