menu
Dart
dart:io
ZLibCodec
ZLibCodec constructor
ZLibCodec
brightness_4
brightness_5
description
ZLibCodec
constructor
ZLibCodec
(
{
int
level
=
ZLibOption.defaultLevel
,
int
windowBits
=
ZLibOption.defaultWindowBits
,
int
memLevel
=
ZLibOption.defaultMemLevel
,
int
strategy
=
ZLibOption.strategyDefault
,
List
<
int
>
?
dictionary
,
bool
raw
=
false
,
bool
gzip
=
false
}
)
Implementation
ZLibCodec
Dart
dart:io
ZLibCodec
ZLibCodec constructor
ZLibCodec class