Squeak Class Documentation category index | class index  
 
WordArrayForSegment
  category: Collections-Arrayed
  superclass: WordArray
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  restoreEndianness
writeOn:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

restoreEndianness

This word object was just read in from a stream. Do not correct the Endianness because the load primitive will reverse bytes as needed.


 

writeOn:

Write quickly and disregard the endianness of the words. Store the array of bits onto the argument, aStream. (leading byte ~= 16r80) identifies this as raw bits (uncompressed).


class methods
  no messages top