Write to a file stream returned from getResourceAsStream()
- by Andreas Grech
I am getting a a InputStream from getResourceAsStream(), and I managed to read from the file by passing the returned InputStream to a BufferedReader.
Is there any way I can write to the file as well?