OBB
From Just Solve the File Format Problem
(Difference between revisions)
Ross-spencer (Talk | contribs) (Summary information for Opaque Binary Blob) |
Ross-spencer (Talk | contribs) m (Updated hyperlinks) |
||
Line 19: | Line 19: | ||
==Further reading== | ==Further reading== | ||
− | * https://docs.fileformat.com/misc/obb/ | + | * [https://docs.fileformat.com/misc/obb/ Information about OBB on FileFormat.com] |
− | * https://fileinfo.com/extension/obb | + | * [https://fileinfo.com/extension/obb Information about OBB on FileInfo.com] |
Revision as of 09:41, 8 August 2022
From Wikipedia, an Opaque Binary Blob is a term used in network engineering and computer science to refer to a sizeable piece of data. [1].
According to Wikipedia also, Android Operating Systems starting at 2.3 (Gingerbread) started to use OBB files in different capacities.
One capacity an OBB is used in is in the XAPK distribution format for Android applications. OBB files can be unpacked as it is a ZIP archive like other packages used for Android App distribution.
The Android developer JOBB tool can be used to package files as OBB and optionally encrypt them[2].