id: brl.utf8stream title: BRL.UTF8Stream
| Type | Description |
|---|---|
| TEncodingToUTF8Stream | This class wraps a stream and converts its contents to UTF8. |
| TEncodingNotAvailableException | Thrown when an encoding is not available. |
| TBaseSingleByteEncodingStrategy | Base class for encoding strategies that use a single byte to represent a character. |
| TWindows1252EncodingStrategy | An encoding strategy for Windows-1252. |
| TISO_8859_1_EncodingStrategy | An encoding strategy for ISO-8859-1. |
| Enum | Description |
|---|---|
| EStreamEncoding | Supported encodings. |