Example #1
0
 /**
  * Process the raw data from a binary stream
  * 
  * @return  void
  */
 public function processData(Woops_Swf_Binary_Stream $stream)
 {
     // Gets the alpha value
     $this->_alpha = $stream->unsignedChar();
     // Calls the parent method
     parent::processData($stream);
 }