jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Make input streams buffered and close them after use #116

Closed gbehrmann closed 10 years ago

gbehrmann commented 10 years ago

Several input streams were unbuffered and others were not closed after use.

(cherry picked from commit 1cf4d85199faa172d2f8ced2341ce1e86938a2e2)