Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.4
-
None
-
None
-
JDK 7, OSX 10.8.3 (doesn't matter)
Description
It would be nice to extend the parameter description
@param source the <code>InputStream</code> to copy bytes from, must not be
{@code null}to read:
@param source the <code>InputStream</code> to copy bytes from, must not be {@code null}
, will be closed
so that one is aware it cannot be used e.g. on ZipInputStream which require the stream to still be open for executing zip.getNextEntry.