I need to replace code using RandomAccessFile with one that uses in-memory byte buffer (such as byte[] or derivatives like ByteArrayInputStre
RandomAccessFile
byte[]
ByteArrayInputStre
I happen to have one of these -- I uploaded it to http://home.arcor.de/joriki/seekable-byte-array.zip -- hope that helps.