MemoryBundle class

Implemented types

Constructors

MemoryBundle(Map<String, List<int>> files)

Properties

bytes List<int>
no setteroverride
files Map<String, List<int>>
final
hashCode int
The hash code for this object.
no setterinherited
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
close bundle, release resource
override
fileList() Future<List<String>>
list bundle files, in relative paths
override
fileModified(String rpath) Future<DateTime>
get modified time of a file
override
fileSize(String rpath) Future<int>
get size of a file
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openStream(String rpath) Future<Stream<List<int>>>
open read stream for a file
override
toString() String
A string representation of this object.
inherited

Operators

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