Replacing contents of file in android sd card at an offset -


how replace contents of file in android sd card @ offset or same size of size of file had contents

with

you can use randomaccessfile

randomaccessfile raf = new randomaccessfile(yourfile, "rw"); raf.seek(thestartingposition) raf.write(...) 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -