Class std.text.TextCodec
Synopsis
public abstract class TextCodec
Represents an abstract text codec.
Fields
Constructors
Methods
Encode the specified string using this encoding. Returns the corresponding array of bytes. The returned array should be NUL-terminated.
Decode the specified string using this encoding. The specified array may or may not be NUL-terminated. Return the result as a Perun string.