Subversion Repositories spk

Rev

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

Rev 52 Rev 58
Line 325... Line 325...
325
	// file reading functions
325
	// file reading functions
326
	long ReadFileSize ();
326
	long ReadFileSize ();
327
	time_t ReadLastModified ();
327
	time_t ReadLastModified ();
328
	bool ReadFromFile (CyString filename);
328
	bool ReadFromFile (CyString filename);
329
	bool ReadFromFile ();
329
	bool ReadFromFile ();
330
	bool ReadFromFile ( FILE *id, long size, bool = true );
330
	bool readFromFile(CFileIO &File);
331
	bool readFromFile(CFileIO &File, long lSize, bool bDoSize = true );
331
	bool readFromFile(CFileIO &File, int lSize, bool bDoSize = true);
332
	bool readFromFile(std::fstream &stream, long lSize, bool bDoSize = true );
332
	//bool readFromFile(std::fstream &stream, long lSize, bool bDoSize = true );
333
	bool ReadFromData ( char *data, long size );
333
	bool ReadFromData ( char *data, long size );
334
	int ReadScriptVersion ();
334
	int ReadScriptVersion ();
335
	CyString GetFilePointer ();
335
	CyString GetFilePointer ();
336
 
336
 
337
	// file writing functions
337
	// file writing functions