Replace new FileInputStream() and/or new FileOutputStream() expressions with Files.newInputStream() and/or Files.newOutputStream() calls respectively.#386
Conversation
|
@arturobernalg 1. Please change the target branch to |
c02f91d to
9c904ad
Compare
…ns with Files.newInputStream() and/or Files.newOutputStream() calls respectively.
c09560d to
d874086
Compare
@ok2c Done |
|
@arturobernalg I am sorry I only now realized that the new APIs work with |
sure. |
Again, this could be a matter of taste.