Inflate class Null safety

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.
read-onlyinherited
input InputStreamBase
read / write
inputSet bool
read / write
output ↔ dynamic
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getBytes() List<int>
Get the decompressed data.
inflateNext() List<int>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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