Write to a file stream returned from getResourceAsStream()
Posted
by Andreas Grech
on Stack Overflow
See other posts from Stack Overflow
or by Andreas Grech
Published on 2010-05-09T10:42:23Z
Indexed on
2010/05/09
10:48 UTC
Read the original article
Hit count: 168
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?
© Stack Overflow or respective owner