#include <FSEx.h>
Static Public Member Functions | |
static bool | initializeResourceFileInfo (System::String^ inPath) |
リソースファイルの管理情報の初期化 More... | |
static bool | existsResourceFile (System::String^ inPath) |
リソースファイルの存在確認 More... | |
static array< byte > | readResourceFileAllBytes (System::String^ inPath) |
リソースファイルの全バイナリの取得 More... | |
static unsigned char * | getCodes (bool flag, int &refCodeCnt) |
スクランブルコードの取得 More... | |
static bool | compress (System::IO::BinaryWriter^ inWriter, System::IO::MemoryStream^ inStream) |
圧縮処理 More... | |
|
static |
圧縮処理
inWriter | ライター |
inStream | 圧縮元のリソース |
|
static |
リソースファイルの存在確認
inPath | ファイルパス |
|
static |
スクランブルコードの取得
flag | リソースファイル用以外か? |
refCodeCnt | スクランブルコードの数 |
|
static |
リソースファイルの管理情報の初期化
inPath | 管理情報用ファイルパス |
|
static |
リソースファイルの全バイナリの取得
inPath | ファイルパス |