You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replaces the underlying input stream with a {@link ClosedInputStream}
70
-
* sentinel. The original input stream will remain open, but this proxy will
71
-
* appear closed.
124
+
* Applies the {@code onClose} function to the underlying input stream, replacing it with the result.
125
+
* <p>
126
+
* By default, replaces the underlying input stream with a {@link ClosedInputStream} sentinel. The original input stream will remain open, but this proxy
127
+
* will appear closed.
128
+
* </p>
129
+
*
130
+
* @throws IOException Thrown by the {@code onClose} function.
0 commit comments