blip  0.1
BinaryObject Class Reference

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...
 

Detailed Description

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.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ BinaryObject()

BinaryObject ( const ccxx::String &  filename)

Construct a new BinaryObject for the file with the given filename.

◆ ~BinaryObject()

Destructor.

Member Function Documentation

◆ getFilename()

ccxx::String getFilename ( )
inline

Get the filename for this BinaryObject.

◆ getFlags()

const Flags< int32_t > getFlags ( ) const

Get the flags for this BinaryObject.

◆ getPackageName()

String getPackageName ( ) const

Get the package name for this BinaryObject.

◆ getVersion()

int32_t getVersion ( ) const

Get the version number for this BinaryObject.

◆ isValid()

bool isValid ( ) const
inline

Test if the BinaryObject is valid.


The documentation for this class was generated from the following files: