function __construct($stream, $map = '*', $delimiter = ';', $enclosure = '"')
 {
     parent::__construct($stream, $delimiter, $enclosure);
     $this->map = $map;
 }