Stream wrapper class that automatically converts
another stream (containing text data) into a Unicode stream. |
|
Underlying stream can contain 8-bit text (in any codepage) or 16-bit
text (in 16-bit or UTF8 encoding).
Released under the BSD
License.
Files
Last modifications
1.10: 2012-03-12
- Implemented TGpTextMemoryStream.
1.09a: 2011-01-01
- [Erik Berry] 'Size' property has changed to int64 in Delphi 6.
- [Erik Berry] EnumLines is only compiled if compiler supports
enumerators.
|