protected function createObject($path, $format, $type = null, array $options = array())
 {
     $factory = new ReaderIteratorFactory();
     return $factory->createGenericLineIterator($path, $format, $type, $options);
 }