Skip to content

Commit 54bbab7

Browse files
committed
Javadoc
1 parent cb0ccf9 commit 54bbab7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/input/ProxyInputStream.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,12 @@ public int read() throws IOException {
230230
*
231231
* @param b the buffer to read the bytes into
232232
* @return the number of bytes read or EOF if the end of stream
233-
* @throws IOException if an I/O error occurs.
233+
* @exception IOException
234+
* <ul>
235+
* <li>If the first byte cannot be read for any reason other than the end of the file,
236+
* <li>if the input stream has been closed, or</li>
237+
* <li>if some other I/O error occurs.</li>
238+
* </ul>
234239
*/
235240
@Override
236241
public int read(final byte[] b) throws IOException {

0 commit comments

Comments
 (0)