クラス | |
class | wxTarInputStream |
Input stream for reading tar files. More... | |
class | wxTarClassFactory |
Class factory for the tar archive format. More... | |
class | wxTarOutputStream |
Output stream for writing tar files. More... | |
class | wxTarEntry |
Holds the meta-data for an entry in a tar. More... | |
Enumerations | |
enum | wxTarType { wxTAR_REGTYPE = '0', wxTAR_LNKTYPE = '1', wxTAR_SYMTYPE = '2', wxTAR_CHRTYPE = '3', wxTAR_BLKTYPE = '4', wxTAR_DIRTYPE = '5', wxTAR_FIFOTYPE = '6', wxTAR_CONTTYPE = '7' } |
wxTarEntry::GetTypeFlag() values More... | |
enum | wxTarFormat { wxTAR_USTAR, wxTAR_PAX } |
Archive Formats (use wxTAR_PAX, it's backward compatible) used by wxTarEntry. More... |
enum wxTarFormat |
Archive Formats (use wxTAR_PAX, it's backward compatible) used by wxTarEntry.
enum wxTarType |
wxTarEntry::GetTypeFlag() values