ZipFileEncoder class Null safety

Constructors

ZipFileEncoder()

Properties

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

Methods

addArchiveFile(ArchiveFile file) → void
addDirectory(Directory dir, {bool includeDirName = true, int? level, bool followLinks = true}) Future<void>
addFile(File file, [String? filename, int? level = GZIP]) Future<void>
close() → void
create(String zipPath, {int? level, DateTime? modified}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
open(String zipPath) → void
toString() String
A string representation of this object.
inherited
zipDirectory(Directory dir, {String? filename, int? level, bool followLinks = true, DateTime? modified}) → void

Operators

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

Constants

GZIP → const int
1
STORE → const int
0