Skip to content

Commit f98f8bf

Browse files
committed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1545144 13f79535-47bb-0310-9956-ffa450edef68
1 parent 28caccb commit f98f8bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2978,6 +2978,8 @@ public static void readFully(final InputStream input, final byte[] buffer) throw
29782978
* @throws IOException if there is a problem reading the file
29792979
* @throws IllegalArgumentException if length is negative
29802980
* @throws EOFException if the number of bytes read was incorrect
2981+
*
2982+
* @since 2.5
29812983
*/
29822984
public static byte[] readFully(final InputStream input, final int length) throws IOException {
29832985
final byte[] buffer = new byte[length];

0 commit comments

Comments
 (0)