The current set of modules includes three output types: text data, binary data, and activation maps. As more output modules are added to the system, the file types and mechanisms for dealing with those files should be entered here as well.
- TextOutput
- BinaryOutput
- ActivationMapOutput
- EndianIssues -- most output files do not store endian-ness information, so you may need to remember where you generated the file to determine its endian-ness
- SizeofIssues -- most output files do not store the size of the data-items within them, so again, you may need to remember this information yourself