ZipEncoder class
Encode an Archive object into a Zip formatted buffer.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
addFile(
ArchiveFile file) → void -
encode(
Archive archive, {int level: Deflate.BEST_SPEED, OutputStreamBase output}) → List< int> -
endEncode(
{String comment: ''}) → void -
getFileCrc32(
ArchiveFile file) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
startEncode(
OutputStreamBase output, {int level: Deflate.BEST_SPEED}) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited