AsarFileSystem class

Inheritance

Constructors

AsarFileSystem(ByteData bytes, {String? mount})

Properties

bytes ByteData
getter/setter pair
contentOffset int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index Map<String, _FileIndex>
getter/setter pair
mount String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exist(String filename) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String filename) String?
override
toString() String
A string representation of this object.
inherited

Operators

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