> when you do use Java NIO MappedByteBuffer, we still have to copy to a temporary byte[] in order to do any real processing Does anyone know why this is the case?
Still, I wonder why they're using a MappedByteBuffer in the first place if they're working with the data in the Java heap.