mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
Close an InputStream when finished reading it. When given an OutputStream to connect to a process input, close it when the transfer is completed. Protect System.in in this latter case.