Most visited

Recently visited

Added in API level 9

ObbScanner

public class ObbScanner
extends Object

java.lang.Object
   ↳ 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

static ObbInfo getObbInfo(String filePath)

Scan a file for OBB information.

Inherited methods

From class java.lang.Object

Public methods

getObbInfo

Added in API level 9
ObbInfo getObbInfo (String filePath)

Scan a file for OBB information.

Parameters
filePath String: path to the OBB file to be scanned.
Returns
ObbInfo ObbInfo object information corresponding to the file path
Throws
IllegalArgumentException if the OBB file couldn't be found
IOException if the OBB file couldn't be read

Hooray!