Goods.Metaobject.preloadObject Function
preloadObject is called by Storage.read() when it's bytes have been received and just before they are copied into it's data member

Default void preloadObject (Goods.ObjectHeader, int)
  Type Name Description  
    ObjectHeader obj a ObjectHeader that has been read (from the net)  
    int size an int, how many bytes the data member will hold  
  Return Description  
    void