Windows1250Codec class

Provides a windows 1250 / cp1250 codec for easy encoding and decoding.

Inheritance

Constructors

Windows1250Codec({bool allowInvalid = false})
Creates a new Windows1250Codec
const

Properties

allowInvalid bool
Should invalid character codes be ignored?
final
decoder Windows1250Decoder
Returns the decoder of this, converting from List<int> to String.
no setteroverride
encoder Windows1250Encoder
Returns the encoder from String to List<int>.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
inverted Codec<List<int>, String>
Inverts this.
no setterinherited
name String
Name of the encoding.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(List<int> encoded) String
Decodes encoded data.
inherited
decodeStream(Stream<List<int>> byteStream) Future<String>
inherited
encode(String input) List<int>
Encodes input.
inherited
fuse<R>(Codec<List<int>, R> other) Codec<String, R>
Fuses this with other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited