void read(NIFStream *nif) { Controller::read(nif); data.read(nif); }
void read(NIFFile *nif) { Controller::read(nif); data.read(nif); }