JIMSCore
Class AlphaMemoryBucket

java.lang.Object
  |
  +--JIMSCore.AlphaMemoryBucket

class AlphaMemoryBucket
extends java.lang.Object

This is the AlphaMemoryBucket class.

Author:
Steve Lewis

Field Summary
 BetaMemoryBucket[] memoryBucket
           
 
Constructor Summary
AlphaMemoryBucket()
           
 
Method Summary
 byte loadByte(int a1, int a2, int a3)
           
 void reset()
           
 java.lang.StringBuffer sbGetMemoryDump(java.lang.String s)
           
 void storeByte(int a1, int a2, int a3, byte value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

memoryBucket

public BetaMemoryBucket[] memoryBucket
Constructor Detail

AlphaMemoryBucket

public AlphaMemoryBucket()
Method Detail

reset

public void reset()

storeByte

public void storeByte(int a1,
                      int a2,
                      int a3,
                      byte value)

loadByte

public byte loadByte(int a1,
                     int a2,
                     int a3)

sbGetMemoryDump

public java.lang.StringBuffer sbGetMemoryDump(java.lang.String s)