canHandle

abstract fun canHandle(fileUri: Uri): Boolean

Check whether this parser can handle the given file Uri. This is useful to select the correct parser dynamically.

Return

true if this parser can handle the file, false otherwise.

Parameters

fileUri

Uri of the file to check.