Aaron Galuzzi

Results 3 issues of Aaron Galuzzi

I am having issues with being able to delete .data/.index files, due to file handles that remain open. I believe the problem is that an IndexedChronicle is 'opened' during initialization...

If data is written/read from Excerpt in the exact same manner (e.g. writeUTF()... readUTF()), everything seems to work fine. However, if the writeUTF/Bytes/Chars() methods are used to write data and...

The constructor for IndexedChronicle accepts a ByteOrder, which is used in createIndexBuffer(). However, it is not used in createDataBuffer() and the native byte ordering is always used instead: line 246:...