junk.writeBytes("Henry McCollum");
junk.writeInt = 9304029494;
junk.writeBytes("Toronto");
If the above example were all ints, I could just set the record size to be equal to 12(since 3 ints * 4 bytes = 12), but how would I know how big the 2 string are for name and city?