Commit | Date | |
---|---|---|
[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 |
[r1145]
by
delphidabbler
Added new TBinDataStreamReader and TBinDataStreamWriter classes for reading and writing formatted binary data using a wrapped stream. |
2010-12-02 01:35:14 | Tree |
[r1144]
by
delphidabbler
* Changed UUtils unit's ListFiles routine to return full file specification in list of files rather than just the base name. |
2010-12-02 00:25:56 | Tree |
[r1143]
by
delphidabbler
Changed TSourceGen's IncFileAsString and UnitAsString methods to use TStringBuilder to build output string instead of a writer object that wraps a string stream. |
2010-12-01 21:07:37 | Tree |
[r1142]
by
delphidabbler
Changed TParsedHiliter to use TStringBuilder to build output string instead of a writer object that wraps a string stream. |
2010-12-01 20:48:31 | Tree |
[r1141]
by
delphidabbler
* Renamed UTextStreamReader unit as UStringReader and TTextStreamReader class as TStringReader. Changed TStringReader to read its data from a string instead of a stream. |
2010-12-01 20:27:54 | Tree |