Aaron Galuzzi
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...
Character-based read/write methods of Excerpt are not consistent with DataInput/DataOutput interface
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:...