mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +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.