blip
0.1
|
An Android Opaque Binary Blob (OBB) object. More...
#include <BinaryObject.hpp>
Public Member Functions | |
BinaryObject (const ccxx::String &filename) | |
Construct a new BinaryObject for the file with the given filename. More... | |
~BinaryObject () | |
Destructor. More... | |
bool | isValid () const |
Test if the BinaryObject is valid. More... | |
ccxx::String | getFilename () |
Get the filename for this BinaryObject. More... | |
ccxx::String | getPackageName () const |
Get the package name for this BinaryObject. More... | |
int32_t | getVersion () const |
Get the version number for this BinaryObject. More... | |
const ccxx::Flags< int32_t > | getFlags () const |
Get the flags for this BinaryObject. More... | |
An Android Opaque Binary Blob (OBB) object.
This class provides access to the metadata stored inside the OBB. BinaryObjects can be manipulated using the StorageManager.
BinaryObject | ( | const ccxx::String & | filename | ) |
Construct a new BinaryObject for the file with the given filename.
~BinaryObject | ( | ) |
Destructor.
|
inline |
Get the filename for this BinaryObject.
const Flags< int32_t > getFlags | ( | ) | const |
Get the flags for this BinaryObject.
String getPackageName | ( | ) | const |
Get the package name for this BinaryObject.
int32_t getVersion | ( | ) | const |
Get the version number for this BinaryObject.
|
inline |
Test if the BinaryObject is valid.