In the stream tutorial, nothing is said about closing streams gained from Files.newInputStream( path )
. Only some obscure:
Whether the returned stream is asynchronously closeable and/or interruptible is highly file system provider specific and therefore not specified.
What is "asyncronously" in this context? If I close the stream explicitly or if another thread closes the stream asyncronously?