Flutter
archive_io
Inflate
getBytes method
getBytes
getBytes
method
Null safety
List
<
int
>
getBytes
(
)
Get the decompressed data.
Implementation
List<int> getBytes() { return output.getBytes() as List<int>; }
Flutter
archive_io
Inflate
getBytes method
Inflate class
Constructors
Inflate
buffer
stream
Properties
hashCode
input
inputSet
output
runtimeType
Methods
getBytes
inflateNext
noSuchMethod
streamInput
toString
Operators
operator ==