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

#include <lhazlz4.h>

ARCLZ4 の継承関係図
ARCHIVE

公開メンバ関数

 ARCLZ4 (HWND hwnd, const WSTR &name, TYPE type)
 Constructor
 
 ARCLZ4 (HWND hwnd, const WSTR &name, TYPE type, const WSTR &filter, gui::LHAZTREEVIEW *treeview)
 Constructor
 
bool Extract (bool verify, const WSTR &temp, const WSTR &password)
 Extract
 
bool Extract (const WSTR &temp)
 Extract
 
bool Compress (int method, int header, const WSTR &pass, const PATH &temp, const std::vector< LHAZPROCFILE > &v)
 Compress
 
bool Delete (const std::vector< LHAZFILE * > &v)
 Delete
 
- 基底クラス ARCHIVE に属する継承公開メンバ関数
 ARCHIVE (HWND hwnd, const WSTR &name, TYPE type, gui::LHAZTREEVIEW *treeview)
 
virtual ‾ARCHIVE ()
 
bool CanAppend (UINT &mes_id)
 
void ClearExtFile ()
 
bool DoMakeDir () const
 
void Filt (const WSTR &filter)
 
void Filt (const WSTR &filter, const LHAZFILETREE *node)
 
const WSTR & GetAllName (int idx) const
 
std::size_t GetCount () const
 
const WSTR & GetCsizeText (int idx) const
 
const WSTR & GetCsizeTextKB (int idx) const
 
const WSTR & GetDir (int idx) const
 
::size_t GetDspCount () const
 
bool GetEncrypt () const
 
std::vector< LHAZFILE * > & GetExtFile ()
 
LONGLONG GetExtMemberTotal () const
 
LHAZFILEGetFile (int idx) const
 
const WSTR & GetFname (int idx) const
 
int GetImage (int idx) const
 
const std::vector< LHAZFILE * > & GetList () const
 
const WSTR & GetMethodText (int idx) const
 
const WSTR & GetName () const
 
const WSTR & GetName (int idx) const
 
const WSTR & GetOneDir () const
 
const WSTR & GetRatioText (int idx) const
 
LONGLONG GetSize (int idx) const
 
const WSTR & GetSizeText (int idx) const
 
const WSTR & GetSizeTextKB (int idx) const
 
const WSTR & GetTimeText (int idx) const
 
LONGLONG GetTotal () const
 
LHAZFILETREEGetTree () const
 
LHAZFILETREEGetTree (int idx) const
 
TYPE GetType () const
 
const WSTR & GetType (int idx) const
 
bool IsDir (int idx) const
 
bool IsVirtual (int idx) const
 
void ListAllMember ()
 
void ListExtMember (const std::vector< int > &indxs, bool add=false)
 
void ListExtMemberDescendant (const WSTR &dir, const WSTR &filter)
 
void SetName (const WSTR &name)
 
void Sort (int kind, int rev)
 

静的公開メンバ関数

static bool IsArchiveLZ4 (const WSTR &name, DWORD size, const MYBUF &buf)
 IsArchiveLZ4
 
- 基底クラス ARCHIVE に属する継承静的公開メンバ関数
static TYPE GetArchiveType (const WSTR &name, bool &pass_correct)
 
static TYPE GetArchiveTypeByName (const WSTR &name)
 
static bool IsSingleFileCompressed (TYPE type)
 IsSingleFileCompressed
 
static bool IsUnicodeSupport (TYPE type)
 
static ARCHIVECreate (HWND hwnd, const WSTR &name, TYPE type)
 
static ARCHIVECreate (HWND hwnd, const WSTR &name, TYPE type, TCHAR *filter, gui::LHAZTREEVIEW *treeview)
 

非公開型

enum  { LZ4S_MAGICNUMBER = 0x184D2204 , LEGACY_MAGICNUMBER = 0x184C2102 , LZ4S_SKIPPABLE0 = 0x184D2A50 , LZ4S_SKIPPABLEMASK = 0xFFFFFFF0 }
 

非公開メンバ関数

bool Test (void)
 Test
 

静的非公開メンバ関数

static bool LZ4S_isSkippableMagicNumber (unsigned int magic)
 IsArchiveLZ4
 

静的非公開変数類

static const char METHOD [] = "lz4"
 

その他の継承メンバ

- 基底クラス ARCHIVE に属する継承公開型
enum  TYPE {
  NON , LZH , ZIP , ENCZIP ,
  CAB , TGZ , TAR , GZIP ,
  TBZ , BZ2 , SZIP , SFXLZH ,
  SFXCAB , SFXZIP , RAR , ISCAB ,
  XZ , TXZ , LZ4 , LZMA ,
  ZSTD , GOOGLE_DOC , ONEDRIVE , DROPBOX ,
  MAX
}
 
enum  COMPLETE { ARC_NO_ERROR , ARC_CANCELED , ARC_STOPPED , ARC_ERROR }
 
- 基底クラス ARCHIVE に属する継承限定公開メンバ関数
bool IsSameDir (WSTR &dirbuf, const WSTR &curdir)
 
void AppendList (const WSTR &name, std::vector< WSTR > &list)
 
void AppendListWithDir (const WSTR &name, std::vector< WSTR > &list, bool &unicode_file_exist)
 
int ShareError (const WSTR &name)
 
- 基底クラス ARCHIVE に属する継承限定公開変数類
HWND Hwnd
 
WSTR Name
 
TYPE Type
 
LONGLONG Total
 
bool MakeDir
 
WSTR OneDir
 
bool Encrypt
 
std::vector< LHAZFILE * > List
 
std::vector< LHAZFILE * > SortTable
 
std::vector< LHAZFILE * > ExtFile
 
LHAZFILETREETree
 
- 基底クラス ARCHIVE に属する継承静的限定公開変数類
static const size_t SFXSIZE = 0xA0000
 

列挙型メンバ詳解

◆ anonymous enum

anonymous enum
private
列挙値
LZ4S_MAGICNUMBER 
LEGACY_MAGICNUMBER 
LZ4S_SKIPPABLE0 
LZ4S_SKIPPABLEMASK 

構築子と解体子

◆ ARCLZ4() [1/2]

ARCLZ4::ARCLZ4 ( HWND  hwnd,
const WSTR &  name,
TYPE  type 
)

Constructor

◆ ARCLZ4() [2/2]

ARCLZ4::ARCLZ4 ( HWND  hwnd,
const WSTR &  name,
TYPE  type,
const WSTR &  filter,
gui::LHAZTREEVIEW treeview 
)

Constructor

関数詳解

◆ Compress()

bool ARCLZ4::Compress ( int  method,
int  header,
const WSTR &  pass,
const PATH &  temp,
const std::vector< LHAZPROCFILE > &  v 
)
virtual

Compress

ARCHIVEを実装しています。

◆ Delete()

bool ARCLZ4::Delete ( const std::vector< LHAZFILE * > &  v)
virtual

Delete

ARCHIVEを実装しています。

◆ Extract() [1/2]

bool ARCLZ4::Extract ( bool  verify,
const WSTR &  temp,
const WSTR &  password 
)
virtual

Extract

ARCHIVEを実装しています。

◆ Extract() [2/2]

bool ARCLZ4::Extract ( const WSTR &  temp)
virtual

Extract

ARCHIVEを実装しています。

◆ IsArchiveLZ4()

bool ARCLZ4::IsArchiveLZ4 ( const WSTR &  name,
DWORD  size,
const MYBUF &  buf 
)
static

IsArchiveLZ4

◆ LZ4S_isSkippableMagicNumber()

bool ARCLZ4::LZ4S_isSkippableMagicNumber ( unsigned int  magic)
staticprivate

IsArchiveLZ4

◆ Test()

bool ARCLZ4::Test ( void  )
private

Test

メンバ詳解

◆ METHOD

const char ARCLZ4::METHOD = "lz4"
staticprivate

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