Commit | Date | |
---|---|---|
2010-12-03 11:20:53 | Tree | |
[r1154]
by
delphidabbler
* Changed TTextRoutineDoc to use TStringWriter from SysUtils to create output string which is then converted written to a stream rather than TStrStreamWriter. |
2010-12-03 11:13:49 | Tree |
[r1153]
by
delphidabbler
Reimplemented reader and writer classes in UDataStreamIO unit: Updated using units re class and method name changes. |
2010-12-03 01:32:50 | Tree |
[r1152]
by
delphidabbler
Changed to read strings from data stream as Unicode. Previously was reading string as ANSI and converting them in this unit. |
2010-12-02 23:28:37 | Tree |
2010-12-02 23:27:16 | Tree | |
[r1150]
by
delphidabbler
Changed v4 file format again. Checksums no longer have preceding size - size is known and fixed. |
2010-12-02 17:47:31 | Tree |
[r1149]
by
delphidabbler
* Added new TBackupFileInfo helper class used by reader and writer classes. |
2010-12-02 17:44:14 | Tree |
[r1148]
by
delphidabbler
Modified v4 file format: file id and file count are now written in binary rather than as formatted text. |
2010-12-02 15:35:16 | Tree |
[r1147]
by
delphidabbler
Substantially revised way that TBackupFileLoaderFactory class operates. Now much more general and more complex. Uses watermarks to identify required loader classes. |
2010-12-02 11:47:42 | Tree |
[r1146]
by
delphidabbler
Added support for new v4 backup file format, implemented in TV4BackupFileLoader. Also added new TBackupFileWriter class to do the actual backup file creation. |
2010-12-02 03:26:11 | Tree |