Uses of Interface
org.zmpp.base.MemoryReadAccess

Packages that use MemoryReadAccess
org.zmpp.base This package contains some fundamental interfaces and classes. 
org.zmpp.vm This package contains the base structures for the Z machine, e.g. 
org.zmpp.vmutil This package contains the base utilities for the Z machine, e.g. 
 

Uses of MemoryReadAccess in org.zmpp.base
 

Subinterfaces of MemoryReadAccess in org.zmpp.base
 interface MemoryAccess
          This class manages read and write access to the byte array which contains the story file data.
 

Classes in org.zmpp.base that implement MemoryReadAccess
 class DefaultMemoryAccess
          This class is the default implementation for MemoryAccess.
 class MemorySection
          A MemorySection object wraps a reference to a MemoryAccess object, a length and a start to support subsections within memory.
 

Uses of MemoryReadAccess in org.zmpp.vm
 

Constructors in org.zmpp.vm with parameters of type MemoryReadAccess
Abbreviations(MemoryReadAccess map, int address)
          Constructor.
DefaultDictionary(MemoryReadAccess map, int address)
          Constructor.
DefaultStoryFileHeader(MemoryReadAccess memaccess)
          Constructor.
InstructionDecoder(Machine machineState, MemoryReadAccess memaccess)
          Constructor.
PrintLiteralInstruction(Machine machineState, int opcode, MemoryReadAccess memaccess, int instrAddress)
          Constructor.
 

Uses of MemoryReadAccess in org.zmpp.vmutil
 

Methods in org.zmpp.vmutil that return MemoryReadAccess
 MemoryReadAccess ZsciiString.getMemoryAccess()
          Returns a memory access object.
 

Methods in org.zmpp.vmutil with parameters of type MemoryReadAccess
 String ZsciiConverter.convert(MemoryReadAccess memaccess, int address)
          Performs a ZSCII to Unicode conversion at the specified position of the given memory object.
 

Constructors in org.zmpp.vmutil with parameters of type MemoryReadAccess
ZsciiString(MemoryReadAccess memaccess, int startAddress)
          Constructor.
 



Copyright © 2005 . All Rights Reserved.