ppkarwasz commented on PR #776:
URL: https://github.com/apache/commons-io/pull/776#issuecomment-3258605946

   @garydgregory,
   
   I removed a lot of details from the Javadoc and let only these:
   
   - For `toByteArray(InputStream)`:
     
https://github.com/apache/commons-io/blob/c6c79a3dc4fcfcc84a82189f9ae41e3a051a5d35/src/main/java/org/apache/commons/io/IOUtils.java#L2643-L2644
   - For `toByteArray(InputStream, int/long)`:
     
https://github.com/apache/commons-io/blob/c6c79a3dc4fcfcc84a82189f9ae41e3a051a5d35/src/main/java/org/apache/commons/io/IOUtils.java#L2666-L2667
   - For `toByteArray(InputStream, int, int)`:
     
https://github.com/apache/commons-io/blob/c6c79a3dc4fcfcc84a82189f9ae41e3a051a5d35/src/main/java/org/apache/commons/io/IOUtils.java#L2708-L2709
   
   I believe that these behaviors will not change and should remain in the 
method contracts, what do you think?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to