Subversion Repositories spk

Rev

Rev 166 | Rev 173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 166 Rev 170
Line 76... Line 76...
76
	unsigned char *readAll(size_t *pSize = NULL);
76
	unsigned char *readAll(size_t *pSize = NULL);
77
 
77
 
78
	std::fstream &stream();
78
	std::fstream &stream();
79
 
79
 
80
	std::vector<Utils::String>* readLines() const;
80
	std::vector<Utils::String>* readLines() const;
81
	size_t readLines(std::vector<Utils::String> &to) const;
81
	size_t readLines(std::vector<Utils::String>& to) const;
-
 
82
	size_t readLines(Utils::CStringList& to) const;
82
	CyStringList *ReadLinesStr();
83
	CyStringList *ReadLinesStr();
83
	Utils::CStringList *readLinesStr();
84
	Utils::CStringList *readLinesStr();
84
 
85
 
85
	bool WriteFile(CyStringList *lines);
86
	bool WriteFile(CyStringList *lines);
86
	bool writeFile(std::vector<Utils::String> *lines);
87
	bool writeFile(std::vector<Utils::String> *lines);