Subversion Repositories spk

Rev

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

Rev 178 Rev 179
Line 80... Line 80...
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
	size_t readLines(Utils::CStringList& to) const;
83
	Utils::CStringList *readLinesStr();
83
	Utils::CStringList *readLinesStr();
84
 
84
 
85
	bool WriteFile(CyStringList *lines);
-
 
86
	bool writeFile(std::vector<Utils::String> *lines);
85
	bool writeFile(std::vector<Utils::String> *lines);
87
	bool writeFileUTF(std::vector<Utils::String> *lines);
86
	bool writeFileUTF(std::vector<Utils::String> *lines);
88
	bool writeFile(Utils::CStringList *lines);
87
	bool writeFile(Utils::CStringList *lines);
89
 
88
 
90
	bool remove();
89
	bool remove();