Subversion Repositories spk

Rev

Rev 197 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 322
Line 59... Line 59...
59
	bool readFileToData(SInCatFile *c);
59
	bool readFileToData(SInCatFile *c);
60
 
60
 
61
	bool markRemoveFile(SInCatFile *f);
61
	bool markRemoveFile(SInCatFile *f);
62
	bool markRemoveFile(const Utils::WString &filename);
62
	bool markRemoveFile(const Utils::WString &filename);
63
 
63
 
64
	int GetEndOffset();
64
	size_t endOffset() const;
65
	size_t GetNumFiles() const;
65
	size_t GetNumFiles() const;
66
	SInCatFile *GetFile(unsigned int num) const;
66
	SInCatFile *GetFile(size_t num) const;
67
 
67
 
68
	unsigned char *UnpackFile ( SInCatFile *c, size_t *size);
68
	unsigned char *UnpackFile ( SInCatFile *c, size_t *size);
69
 
69
 
70
	static bool Opened(int error, bool allowCreate = true);
70
	static bool Opened(int error, bool allowCreate = true);
71
	bool removeFile(SInCatFile *f);
71
	bool removeFile(SInCatFile *f);