Quetzal class

Quetzal IFF Standard load/save implementation.

Ref: http://www.inform-fiction.org/zmachine/standards/quetzal/

Note that while the format of the standard is followed, and files saved with this class should interchange with other interpreters that conform to Quetzal, this implementation does not support all standards on file restore (compression, etc), therefore it is not guaranteed to successfully load Quetzal save files that are not explicitly saved with it.

Constructors

Quetzal()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

assertChunk(Chunk expect, Chunk? value) bool
restore(dynamic rawBytes) bool
save(int pcAddr) List<int?>
Generates a stream of save bytes in the Quetzal format.