ZipContainer class

Container providing access to ZIP archives.

Inheritance

Constructors

ZipContainer(String path)

Properties

archive Future<ZipPackage?>
ZIP archive holder.
no setter
hashCode int
The hash code for this object.
no setterinherited
identifier String
Unique identifier representing the served contents. For example, a file path, an URL, a checksum, etc.
no setteroverride
path String
Absolute path to the ZIP archive.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

existsAt(String path) Future<bool>
Returns whether there is contents at the given relative path.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resourceLength(String path) Future<int>
override
streamAt(String path) Future<DataStream>
Returns the data stream for the contents at the given relative path.
override
toString() String
A string representation of this object.
inherited

Operators

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