*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 25 Jun 2001 18:51:08 +0200
changeset 1470 7b20694c92e7
parent 1469 b726d8a4b801
child 1471 aa01951b16cf
*** empty log message ***
SnapShotImage.st
--- a/SnapShotImage.st	Mon Jun 25 18:50:55 2001 +0200
+++ b/SnapShotImage.st	Mon Jun 25 18:51:08 2001 +0200
@@ -22,6 +22,16 @@
     [author:]
         Claus Gittinger
 "
+!
+
+examples
+"
+    |i m|
+
+    i := self for:'st.img'.
+    m := i memory.
+    m  fetchObjectAt:16r38000000
+"
 ! !
 
 !SnapShotImage class methodsFor:'instance creation'!
@@ -30,6 +40,12 @@
     ^ self new for:aFilename
 ! !
 
+!SnapShotImage methodsFor:'accessing'!
+
+memory
+    ^ memory
+! !
+
 !SnapShotImage methodsFor:'private'!
 
 fetchGlobals