.\" This is a wxWidgets manpage page generated from the XML docs .TH wxArchiveClassFactory 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxArchiveClassFactory \- .SH DESCRIPTION An abstract base class which serves as a common interface to archive class factories such as wxZipClassFactory . For each supported archive type (such as zip) there is a class factory derived from wxArchiveClassFactory, which allows archive objects to be created in a generic way, without knowing the particular type of archive being used. .SH "PARENTS" wxObject .SH "INCLUDE FILES" wx/archive.h .SH MEMBERS .SS wxMBConv& GetConv () .SS void SetConv (wxMBConv& conv) The wxMBConv object that the created streams will use when translating meta-data. The initial default, set by the constructor, is wxConvLocal. .SS wxString GetInternalName (const wxString& namewxPathFormat format = wxPATH_NATIVE) Calls the static GetInternalName() function for the archive entry type, for example wxZipEntry::GetInternalName() . .SS wxArchiveEntry* NewEntry () Create a new wxArchiveEntry object of the appropriate type. .SS wxArchiveInputStream* NewStream (wxInputStream& stream) .SS wxArchiveOutputStream* NewStream (wxOutputStream& stream) Create a new wxArchiveInputStream or wxArchiveOutputStream of the appropriate type. .SH "SEE ALSO" wxObject Archive formats such as zip Generic archive programming wxArchiveEntry wxArchiveInputStream wxArchiveOutputStream .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.