- Forum posts: 13
Apr 4, 2016, 6:40:25 AM via Website
Apr 4, 2016 6:40:25 AM via Website
If I want to write raw data (binary file writing) how do I do that? I assume I need to open a file (or create one if it doesn't exist) with one function, write to the file with another function, and then close the file with yet another function. Please let me know the best way to do this. What file writing functions are available in Android?