Commit | Date | |
---|---|---|
2010-12-03 15:07:33 |
View
Download |
|
[r1156]
(14.5 kB)
by
delphidabbler
* Changed default encoding to UTF-8. |
2010-12-03 12:14:15 |
View
Download |
[r1153]
(9.0 kB)
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 |
View
Download |
2010-12-02 23:27:16 |
View
Download |
|
[r1145]
(16.2 kB)
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 |
View
Download |
[r1136]
(13.2 kB)
by
delphidabbler
* Changed TDataStreamIOBase constructor that took two boolean flags to indicate ownership of stream and encoding to now take just a single set parameter that specifies ownership of both stream and encoding. |
2010-12-01 14:48:40 |
View
Download |
[r1135]
(13.0 kB)
by
delphidabbler
* Extracted common code from TDataStreamReader and TDataStreamWriter into new common TDataStreamIOBase base class. |
2010-12-01 14:37:49 |
View
Download |
[r1134]
(13.8 kB)
by
delphidabbler
Added facility to TDataStreamWriter to write Unicode strings using a user supplied encoding. Default encoding remains Windows-1252 for backwards compatibility. |
2010-12-01 14:23:18 |
View
Download |
[r1132]
(12.7 kB)
by
delphidabbler
* Removed TDataStreamWriter.WriteString overloads that wrote a specified number of characters from a string to the stream because the Unicode implementation was very buggy and all uses of it actually wrote the whole string. |
2010-12-01 14:07:15 |
View
Download |
[r1127]
(14.1 kB)
by
delphidabbler
Prevented possible bug in TDataStreamReader when attempt is made to read 0 or -ve length strings. |
2010-12-01 01:22:02 |
View
Download |