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