Make sure the InputStream is always closed
Moving the code to create the OutputStream wrappers into the try-block ensures that the InputStream is closed in case something goes wrong.
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Moving the code to create the OutputStream wrappers into the try-block ensures that the InputStream is closed in case something goes wrong.