Container class abstract

Access to a hierarchy of files (eg. archive, directory, remote server).

Implementers

Constructors

Container()

Properties

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 setter
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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resourceLength(String path) Future<int>
streamAt(String path) Future<DataStream>
Returns the data stream for the contents at the given relative path.
toString() String
A string representation of this object.
inherited

Operators

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