#42 Improve CifWriter/CifResource writing performance, especially when using platform paths
- Best to review per commit.
- Changes:
- Renamed
StreamCodeBoxtoAppStreamCodeBox. Improved its comments. - Add new
OutputStreamCodeBox. It has better performance, especially since it doesn't flush per line, which is expective forOutputStreams created for Eclipse platform paths/URIs. -
CifWriterandCifResourceuse the newOutputStreamCodeBoxfor better performance. Probably not really noticeable forCifWriter.
- Renamed
Closes #42 (closed)