#include <libarc.h>
Public Member Functions | |
void | Destroy () |
Destroy the current instance. | |
virtual off_t | GetMemberCount (const char *media_type=0) const =0 |
Return the number of members in the ARC with the given media type. | |
virtual Member_Iterator * | GetMemberIterator (const char *media_type=0) const =0 |
Return an iterator for members of the given media type. | |
virtual Member_Iterator * | GetMemberIterator (const Media_Type &media_type) const =0 |
Return an iterator for members of the given media type. | |
Static Public Member Functions | |
ARC_File * | Create (const char *arc_path) |
Create a concrete instance of an ARC file. |
|
Create a concrete instance of an ARC file.
|
|
Destroy the current instance.
|
|
Return the number of members in the ARC with the given media type.
|
|
Return an iterator for members of the given media type. The returned iterator must be destroyed using libarc::ARC_Member::Destroy when you are done with it.
|
|
Return an iterator for members of the given media type. The returned iterator must be destroyed using libarc::ARC_Member::Destroy when you are done with it.
|
Generated on Tue Jun 8 21:30:14 2004 by |