Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
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).