Package org.zmpp.vmutil

This package contains the base utilities for the Z machine, e.g.

See:
          Description

Interface Summary
RandomGenerator This interface defines the functions of a random number generator within the Z machine.
ZsciiConverter.AbbreviationsTable This interface defines the abstract access to an abbreviations table in memory, this will be used for decoding if needed.
 

Class Summary
PredictableRandomGenerator This class implements the predictable random number generator mentioned in the Z machine standards document.
UnpredictableRandomGenerator This class implements the "random" random number generator mentioned in the Z-machine standard document.
ZsciiConverter This class provides conversion for the ZSCII character encoding into the Java character system.
ZsciiString This class represents a string of Z characters.
 

Enum Summary
ZsciiConverter.Alphabet Defines the possible alphabets here.
 

Package org.zmpp.vmutil Description

This package contains the base utilities for the Z machine, e.g. data conversion and random number generation



Copyright © 2005 . All Rights Reserved.