UncompressedData class

A utility class for uncompressing data from the metadata blob heap.

The Blob heap is compressed, with an algorithm described in §II.23.2 of the ECMA spec. The maximum encodable unsigned integer is 29 bits long, 0x1FFFFFFF.

Constructors

UncompressedData(int data, int dataLength)
UncompressedData.fromBlob(List<int> rawBytes)
factory

Properties

data int
getter/setter pair
dataLength int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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