GZipEncoder class

Constructors

GZipEncoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode(dynamic data, {int? level, dynamic output}) List<int>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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
FLAG_COMMENT → const int
FLAG_EXTRA → const int
FLAG_HCRC → const int
FLAG_NAME → const int
FLAG_TEXT → const int
OS_ACORN_RISCOS → const int
OS_AMIGA → const int
OS_ATARI_TOS → const int
OS_CP_M → const int
OS_FAT → const int
OS_HPFS → const int
OS_MACINTOSH → const int
OS_NTFS → const int
OS_QDOS → const int
OS_TOPS_20 → const int
OS_UNIX → const int
OS_UNKNOWN → const int
OS_VM_CMS → const int
OS_VMS → const int
OS_Z_SYSTEM → const int
SIGNATURE → const int