Read in a channel object to a file.
Read in a channel object to a file. Due to the volume of data in this object, I am trying to use memcpy to move double information to a single array before writing. If this works, good; otherwise, I waill have to move data over using more statements. I don't want to just call fwrite on the object because if it changes in a later version, then old load files would be unreadable. By writing in data as primitives, we can keep old load functions that can still be used on old load files, while writing new load functions to work with new load files.
Alphabetic index HTML hierarchy of classes or Java