while ($this->_pos < $this->_dataSize) {
            $code = self::_GetInt2d($this->_data, $this->_pos);

            switch ($code) {
                case self::XLS_Type_BOF:    $this->_readBof();        break;