Subversion Repositories spk

Rev

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

Rev 161 Rev 166
Line 75... Line 75...
75
	unsigned char *read(size_t iAmount);
75
	unsigned char *read(size_t iAmount);
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();
80
	std::vector<Utils::String>* readLines() const;
-
 
81
	size_t readLines(std::vector<Utils::String> &to) const;
81
	CyStringList *ReadLinesStr();
82
	CyStringList *ReadLinesStr();
82
	Utils::CStringList *readLinesStr();
83
	Utils::CStringList *readLinesStr();
83
 
84
 
84
	bool WriteFile(CyStringList *lines);
85
	bool WriteFile(CyStringList *lines);
85
	bool writeFile(std::vector<Utils::String> *lines);
86
	bool writeFile(std::vector<Utils::String> *lines);