SingingBlockZipFileEncoder class

Properties

hashCode int
The hash code for this object.
no setterinherited
password String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zipPath String
getter/setter pairinherited

Methods

addArchiveFile(ArchiveFile file) → void
addDirectory(Directory dir, {bool includeDirName = true, int? level, bool followLinks = true, void onProgress(double)?}) Future<void>
addFile(File file, [String? filename, int? level = gzip]) Future<void>
close() Future<void>
closeSync() → void
inherited
create(String zipPath, {int? level, DateTime? modified}) → void
createWithBuffer(OutputFileStream outputFileStream, {int? level, DateTime? modified}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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 onProgress(double)?}) → void
Zips a dir to a Zip file synchronously.
zipDirectoryAsync(Directory dir, {String? filename, int? level, bool followLinks = true, void onProgress(double)?, DateTime? modified}) Future<void>
Zips a dir to a Zip file asynchronously.
inherited

Operators

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

Constants

gzip → const int
store → const int