fromFile

fun fromFile(file: File, context: Context): Apk?

Reads provided file, parses it and creates an APK split instance.

Returns null if provided file is not an APK.