SunReader.st
changeset 918 64336276b146
parent 813 4d473c1a3c05
equal deleted inserted replaced
917:66872b5bfdcb 918:64336276b146
   121     "read an image in my format from aStream.
   121     "read an image in my format from aStream.
   122      Dtermine if its a raster or icon file."
   122      Dtermine if its a raster or icon file."
   123 
   123 
   124     | rasterType mapType mapBytes imageWords form depth 
   124     | rasterType mapType mapBytes imageWords form depth 
   125       rMap gMap bMap mapLen
   125       rMap gMap bMap mapLen
   126       bits a b c index pos|
   126       a b c index pos|
   127 
   127 
   128     inStream := aStream.
   128     inStream := aStream.
   129 
   129 
   130     aStream binary.
   130     aStream binary.
   131 
   131 
   274 ! !
   274 ! !
   275 
   275 
   276 !SunRasterReader class methodsFor:'documentation'!
   276 !SunRasterReader class methodsFor:'documentation'!
   277 
   277 
   278 version
   278 version
   279     ^ '$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.26 1998-02-03 17:01:23 cg Exp $'
   279     ^ '$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.27 1998-05-11 20:50:54 tz Exp $'
   280 ! !
   280 ! !
   281 SunRasterReader initialize!
   281 SunRasterReader initialize!