Line 71... |
Line 71... |
71 |
|
71 |
|
72 |
static bool Opened(int error, bool allowCreate = true);
|
72 |
static bool Opened(int error, bool allowCreate = true);
|
73 |
bool RemoveFile ( SInCatFile *f );
|
73 |
bool RemoveFile ( SInCatFile *f );
|
74 |
bool RemoveFile ( CyString filename );
|
74 |
bool RemoveFile ( CyString filename );
|
75 |
bool WriteCatFile ();
|
75 |
bool WriteCatFile ();
|
76 |
bool AppendFile ( CyString filename, CyString to, bool pck = true, bool bXor = true, CyString *sChangeTo = NULL );
|
76 |
bool AppendFile(const Utils::String &sFilename, const Utils::String &to, bool pck = true, bool bXor = true, Utils::String *sChangeTo = NULL);
|
77 |
bool AppendData ( unsigned char *data, size_t size, CyString to, bool pck = true, bool bXor = true );
|
77 |
bool AppendData ( unsigned char *data, size_t size, CyString to, bool pck = true, bool bXor = true );
|
78 |
bool AddData ( CyString catfile, unsigned char *data, size_t size, CyString to, bool pck = true, bool create = true );
|
78 |
bool AddData ( CyString catfile, unsigned char *data, size_t size, CyString to, bool pck = true, bool create = true );
|
79 |
void WriteFiles ();
|
79 |
void WriteFiles ();
|
80 |
|
80 |
|
81 |
CyString ChangeExtension ( CyString f );
|
81 |
CyString ChangeExtension ( CyString f );
|