Squeak Class Documentation category index | class index  
 
MacExternalData
  category: VMConstruction-Applescript
  superclass: WordArray
  subclasses: AEDesc ComponentInstance DescType OSAID

I am a collection of word-aligned external data. My instances are very helpful for interacting with plugin routines.

instance methods
  accessing
  at:put:
byteAt:
byteAt:put:
fourBytesAt:
fourBytesAt:put:
handleSizeAt:
shortAt:

  printing
  printAt:on:
printOn:

  private
  primGetHandleSize:

class methods
  as yet unclassified
  ccg:prolog:expr:index:
ccgDeclareCForVar:
fromValue:

instance methods
  accessing top  
 

at:put:

Primitive. Assumes receiver is indexable. Store the argument value in
the indexable element of the receiver indicated by index. Fail if the
index is not an Integer or is out of bounds. Or fail if the value is not of
the right type for this kind of collection. Answer the value that was
stored. Essential. See Object documentation whatIsAPrimitive.


 

byteAt:


 

byteAt:put:


 

fourBytesAt:

Answer a string corresponding to the word at anInteger, in accordance with Apple's four byte code convention


 

fourBytesAt:put:

Store a word corresponding to Apple's four byte code convention at anIntger


 

handleSizeAt:


 

shortAt:


  printing top  
 

printAt:on:


 

printOn:

Append a sequence of characters that identify the receiver to aStream.


  private top  
 

primGetHandleSize:


class methods
  as yet unclassified top  
 

ccg:prolog:expr:index:


 

ccgDeclareCForVar:


 

fromValue: