Added in API level 9

ObbScanner

open class ObbScanner
kotlin.Any
   ↳ android.content.res.ObbScanner

Class to scan Opaque Binary Blob (OBB) files. Use this to get information about an OBB file for use in a program via ObbInfo.

Summary

Public methods
open static ObbInfo!
getObbInfo(filePath: String!)

Scan a file for OBB information.

Public methods

getObbInfo

Added in API level 9
open static fun getObbInfo(filePath: String!): ObbInfo!

Scan a file for OBB information.

Parameters
filePath String!: path to the OBB file to be scanned.
Return
ObbInfo! ObbInfo object information corresponding to the file path
Exceptions
java.lang.IllegalArgumentException if the OBB file couldn't be found
java.io.IOException if the OBB file couldn't be read