Uses of Interface
org.zmpp.base.MemoryAccess

Packages that use MemoryAccess
org.zmpp.base This package contains some fundamental interfaces and classes. 
org.zmpp.debug This package implements a debugging console for the ZMPP machine. 
org.zmpp.iff This package contains classes for reading and writing IFF files. 
org.zmpp.vm This package contains the base structures for the Z machine, e.g. 
 

Uses of MemoryAccess in org.zmpp.base
 

Classes in org.zmpp.base that implement MemoryAccess
 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.
 

Constructors in org.zmpp.base with parameters of type MemoryAccess
MemorySection(MemoryAccess memaccess, int start, int length)
           
 

Uses of MemoryAccess in org.zmpp.debug
 

Methods in org.zmpp.debug with parameters of type MemoryAccess
 void TestFrame.readLine(MemoryAccess memaccess, int address, int bufferlen)
           
 

Uses of MemoryAccess in org.zmpp.iff
 

Fields in org.zmpp.iff declared as MemoryAccess
protected  MemoryAccess DefaultChunk.memaccess
          The memory access object.
 

Methods in org.zmpp.iff that return MemoryAccess
 MemoryAccess DefaultChunk.getMemoryAccess()
          Returns a memory access object to the chunk.
 MemoryAccess Chunk.getMemoryAccess()
          Returns a memory access object to the chunk.
 

Constructors in org.zmpp.iff with parameters of type MemoryAccess
DefaultChunk(MemoryAccess memaccess)
          Constructor.
DefaultFormChunk(MemoryAccess memaccess)
          Constructor.
 

Uses of MemoryAccess in org.zmpp.vm
 

Methods in org.zmpp.vm that return MemoryAccess
 MemoryAccess Machine.getMemoryAccess()
          Returns the reference to the memory access object.
 MemoryAccess Machine3.getMemoryAccess()
          Returns the reference to the memory access object.
 

Methods in org.zmpp.vm with parameters of type MemoryAccess
 void Machine.initialize(MemoryAccess memaccess, StoryFileHeader fileheader)
          Initialization function.
 void Machine3.initialize(MemoryAccess memaccess, StoryFileHeader fileheader)
          Initialization function.
 void InputStream.readLine(MemoryAccess memaccess, int address, int bufferlen)
          Reads a line to the specified target location in memory.
 

Constructors in org.zmpp.vm with parameters of type MemoryAccess
DefaultZObject(MemoryAccess memaccess, int address)
          Constructor.
Objects(MemoryAccess memaccess, int address)
          Constructor.
 



Copyright © 2005 . All Rights Reserved.