/* fwrite(&head, sizeof(head), 1, fout); */
fout.writeBoolean(head.endian); // Big Endian - should
// match head.endian
fout.writeShort(RpfHeader.HEADER_SECTION_LENGTH);
fout.writeBytes(" A.TOC"); // has to be padded.
fout.writeByte(head.neww);
fout.writeBytes(head.standardNumber);
if (head.standardNumber.length() < 15) {
fout.writeBytes(createPadding(15 - head.standardNumber.length(),