ExternalBytes.st
branchjv
changeset 17865 598963c6ff8e
parent 17862 8a8ae3107950
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
   626 %}
   626 %}
   627     "
   627     "
   628      ExternalBytes sizeofShort
   628      ExternalBytes sizeofShort
   629     "
   629     "
   630 ! !
   630 ! !
   631 
       
   632 
   631 
   633 !ExternalBytes methodsFor:'accessing'!
   632 !ExternalBytes methodsFor:'accessing'!
   634 
   633 
   635 address
   634 address
   636     "return the start address as an integer"
   635     "return the start address as an integer"
  1303 ! !
  1302 ! !
  1304 
  1303 
  1305 !ExternalBytes class methodsFor:'documentation'!
  1304 !ExternalBytes class methodsFor:'documentation'!
  1306 
  1305 
  1307 version
  1306 version
  1308     ^ '$Id: ExternalBytes.st 10690 2011-09-20 10:11:19Z vranyj1 $'
  1307     ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
  1309 !
  1308 !
  1310 
  1309 
  1311 version_CVS
  1310 version_CVS
  1312     ^ '§Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.81 2011/09/15 12:22:19 cg Exp §'
  1311     ^ '§Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.81 2011/09/15 12:22:19 cg Exp §'
       
  1312 !
       
  1313 
       
  1314 version_SVN
       
  1315     ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
  1313 ! !
  1316 ! !
  1314 
  1317 
  1315 ExternalBytes initialize!
  1318 ExternalBytes initialize!
  1316