cedric
AutoCloseable
use
val ins : InputStream = ... ins.use { ins.read() // ins automatically closed }