ecki commented on code in PR #776:
URL: https://github.com/apache/commons-io/pull/776#discussion_r2338655036


##########
src/changes/changes.xml:
##########
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], 
int, int, long).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], 
long).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, 
long).</action>
+      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add IOUtils.toByteArray(InputStream, int, int) for safer incremental 
reading with size validation.</action>

Review Comment:
   Ah yeah chunked or maybe dynamic, if the idea it works for partial results.



-- 
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