ZSCII class

ZSCII Handler */

Mixed in types

Constructors

ZSCII()

Properties

hashCode int
The hash code for this object.
no setterinherited
log Logger
Gets the log for output.
no setterinherited
logName String
Sets the logger and name for this Loggable mixin instance.
no getterinherited
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

charToZChar(String c) int
Converts char c into an equivalent Z-Character.
readZString(int fromAddress, [bool abbreviationLookup = false]) String
Reads a string of Z characters and returns the decoded version. Also pushes the address after the string to the call stack.
readZStringAndPop(int fromAddress) String
Reads a string of Z characters and returns the decoded version.
toZCharList(String line) List<int>
Converts line to a equivalent array of Z-Characters.
zCharToChar(int c) String

Constants

a0 → const int
a1 → const int
a2 → const int
defaultTable → const List<String>
padding → const int
Represents the padding value for ZString encoding/decoding.
v1Table → const List<String>