Subversion Repositories spk

Rev

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

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