RandomAccessFile weirdness explained, no buffers, just pain.
Ola! I’ve been coding a new android keyboard lately, a project for my university degree but also : for fun. While I was doing this, specially while implementing a file-based dictionary containing frequency information of all words stored in there, I stumbled upon a very, very weird Java-behavior.
Let’s explain it. Using RandomAccessFile, you have both [...]
