Dart SDK
dart:io
ZLibEncoder
convert
method
convert
ZLibEncoder
Properties
gzip
level
memLevel
strategy
windowBits
dictionary
raw
Constructors
ZLibEncoder
Methods
convert
startChunkedConversion
fuse
bind
fuse
List
<
int
>
convert
(
List
<
int
>
bytes
)
Convert a list of bytes using the options given to the ZLibEncoder constructor.