JIMSCore
Class GammaMemoryBucket

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

class GammaMemoryBucket
extends java.lang.Object


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

Field Detail

cell

public byte[] cell

modified

public byte[] modified
Constructor Detail

GammaMemoryBucket

public GammaMemoryBucket()
Method Detail

reset

public void reset()

storeByte

public void storeByte(int a1,
                      byte value)

loadByte

public byte loadByte(int a1)

sbGetMemoryDump

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