In `MediaUploader` the lint warning can be ignored, as the stream is closed elsewhere. In the other files `.use` is used to simplify the code and remove the need for Closeable.closeQuietly (as `.use` catches exceptions that are thrown when closing).