Subversion Repositories spk

Rev

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

Rev 51 Rev 52
Line 326... Line 326...
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 ( FILE *id, long size, bool = true );
-
 
331
	bool readFromFile(CFileIO &File, long lSize, bool bDoSize = true );
331
	bool readFromFile ( std::fstream &stream, long lSize, bool bDoSize = true );
332
	bool readFromFile(std::fstream &stream, long lSize, bool bDoSize = true );
332
	bool ReadFromData ( char *data, long size );
333
	bool ReadFromData ( char *data, long size );
333
	int ReadScriptVersion ();
334
	int ReadScriptVersion ();
334
	CyString GetFilePointer ();
335
	CyString GetFilePointer ();
335
 
336
 
336
	// file writing functions
337
	// file writing functions