* @return void
*/
public function handlePendingData () {
- // Assert on condition
- assert(!$this->isPendingDataEmpty());
-
// Debug output
/* NOISY-DEBUG: */ $this->debugOutput('PACKAGE-ASSEMBLER: Going to decode ' . strlen($this->pendingData) . ' Bytes of pending data. pendingData=' . $this->pendingData);
+ // Assert on condition
+ assert(!$this->isPendingDataEmpty());
+
// Init fake array
$packageContent = array(
BaseRawDataHandler::PACKAGE_RAW_DATA => $this->getInputStreamInstance()->streamData($this->pendingData),