How to write bytes in the middle (specific position) of a file in android or java without overwriting any data?
Example If I have file of size 500kb, I wish to add 512 bytes of data after 200kb
This question has been marked as duplicate but the referred question doesn't have an answer.