52 error =
"Resource Section is Invalid";
57 buf.open(QBuffer::WriteOnly);
60 if (!block->write(buf)) {
69 qint64 resourceSectionLength = buf.size();
70 dbgFile <<
"resource section has size" << resourceSectionLength;
73 return (io.write(buf.data()) == resourceSectionLength);