for (int i = 0; i < BLOCK_COUNT; i++)
{
ow.writeInt(or.readInt());
ow.writeInt(or.readInt());
ow.writeInt(or.readInt());
ow.writeLong(or.readLong());
ow.writeLong(or.readLong());
ow.writeLong(or.readLong());
ow.writeString(or.readString());
ow.writeString(or.readString());
or.readFully(buf);