GZipEncoder class Null safety

Constructors

GZipEncoder()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

encode(dynamic data, {int? level, dynamic output}) List<int>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

DEFLATE → const int
8
FLAG_COMMENT → const int
0x10
FLAG_EXTRA → const int
0x04
FLAG_HCRC → const int
0x02
FLAG_NAME → const int
0x08
FLAG_TEXT → const int
0x01
OS_ACORN_RISCOS → const int
13
OS_AMIGA → const int
1
OS_ATARI_TOS → const int
5
OS_CP_M → const int
9
OS_FAT → const int
0
OS_HPFS → const int
6
OS_MACINTOSH → const int
7
OS_NTFS → const int
11
OS_QDOS → const int
12
OS_TOPS_20 → const int
10
OS_UNIX → const int
3
OS_UNKNOWN → const int
255
OS_VM_CMS → const int
4
OS_VMS → const int
2
OS_Z_SYSTEM → const int
8
SIGNATURE → const int
0x8b1f