Utf16Decoder class abstract

Implementers

Constructors

Utf16Decoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(List<int> utf16EncodedBytes, [int offset = 0, int? length]) String
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

Static Methods

hasUtf16beBom(List<int> utf16EncodedBytes, [int offset = 0, int? length]) bool
Identifies whether a List of bytes starts (based on offset) with a big-endian byte-order marker (BOM).
hasUtf16leBom(List<int> utf16EncodedBytes, [int offset = 0, int? length]) bool
Identifies whether a List of bytes starts (based on offset) with a little-endian byte-order marker (BOM).