Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
TGZTAR クラス

#include <tgztar.h>

TGZTAR の継承関係図
CTAR

公開メンバ関数

 TGZTAR (gzFile fp, const char *arcname=NULL)
 
 ‾TGZTAR (void)
 
- 基底クラス CTAR に属する継承公開メンバ関数
 CTAR (const MYSTR &arcname)
 Constructor
 
virtual ‾CTAR (void)
 Destructor
 
bool Compress (const char *name)
 Compress
 
COMPLETE Extract (bool &overwrite, bool &skipflag, bool verify, bool show_progress)
 Extract
 
bool Get (unsigned long *crc=NULL)
 Get
 
char * GetMagicCode (void)
 
char * GetName (void) const
 
LONGLONG GetSize (void) const
 
time_t GetTime (void) const
 
char GetType (void) const
 
bool IsDir (void) const
 
void SetZoneIdentifer (const MYBUF &zi)
 
bool SkipData (void)
 SkipData
 
bool WriteBlank (void)
 WriteBlank
 
bool WriteHeader (FILE *fp)
 WriteHeader
 

非公開メンバ関数

size_t TarRead (void *buf, size_t size, unsigned long *crc)
 
int TarSeek (fpos_t offset, int origin)
 
size_t TarWrite (const void *buf, size_t size, bool eof)
 

非公開変数類

gzFile Fp
 

その他の継承メンバ

- 基底クラス CTAR に属する継承公開型
enum  COMPLETE {
  ARC_NO_ERROR , ARC_CANCELED , ARC_STOPPED , ARC_ERROR ,
  ARC_CANTOPEN
}
 
- 基底クラス CTAR に属する継承静的公開メンバ関数
static long CalcSum (char *s, size_t size)
 CalcSum
 
static CTARCreate (ARCHIVE::TYPE type, gzFile fptar, FILE *fp, const char *arcname=NULL)
 Create
 
- 基底クラス CTAR に属する継承限定公開変数類
LONGLONG Size
 
MYBUF ZoneIdentifier
 

構築子と解体子

◆ TGZTAR()

TGZTAR::TGZTAR ( gzFile  fp,
const char *  arcname = NULL 
)

関数詳解

◆ ‾TGZTAR()

TGZTAR::‾TGZTAR ( void  )

◆ TarRead()

size_t TGZTAR::TarRead ( void *  buf,
size_t  size,
unsigned long *  crc 
)
privatevirtual

CTARを実装しています。

◆ TarSeek()

int TGZTAR::TarSeek ( fpos_t  offset,
int  origin 
)
privatevirtual

CTARを実装しています。

◆ TarWrite()

size_t TGZTAR::TarWrite ( const void *  buf,
size_t  size,
bool  eof 
)
privatevirtual

CTARを実装しています。

メンバ詳解

◆ Fp

gzFile TGZTAR::Fp
private

このクラス詳解は次のファイルから抽出されました: