atoms = $this->get_atoms( self::subatom_classes, Unknown::class, $offset, $size, $data, NULL, fn($atom)=>($atom instanceof hdlr) ? $atom->cache['csubtype'] : NULL ); // For debugging if (FALSE) $this->debug = hex_dump($data ?: $this->data()); } }