Core
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Constructor | Ascii | asciiencoding | |
| Read | Utf8 | utf8encoding | |
| Write |
Properties
Ascii : asciiencoding
read-only static
var Ascii : AsciiEncoding
Utf8 : utf8encoding
read-only static
var Utf8 : Utf8Encoding
Methods
IEncoding : Void
constructor
Name Type Description function IEncoding()
Read : rune
Name Type Description p0 istream function Read(p0 : IStream) : Rune
Write : integer
Name Type Description p0 rune p1 istream function Write(p0 : Rune, p1 : IStream) : Integer