Inflate class

Constructors

Inflate(List<int> bytes, [int? uncompressedSize])
Inflate.buffer(InputStreamBase input, [int? uncompressedSize])
Inflate.stream([InputStreamBase? input, dynamic outputStream])

Properties

hashCode int
The hash code for this object.
no setterinherited
input InputStreamBase
getter/setter pair
inputSet bool
getter/setter pair
output ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBytes() List<int>
Get the decompressed data.
inflateNext() List<int>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamInput(List<int> bytes) → void
toString() String
A string representation of this object.
inherited

Operators

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