[ 
https://issues.apache.org/jira/browse/IO-732?focusedWorklogId=605795&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-605795
 ]

ASF GitHub Bot logged work on IO-732:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jun/21 09:40
            Start Date: 03/Jun/21 09:40
    Worklog Time Spent: 10m 
      Work Description: jochenw commented on pull request #235:
URL: https://github.com/apache/commons-io/pull/235#issuecomment-853736079


   The point I am trying to make: Right now, I wouldn't know when, and why, to 
use which? And, my guess is: If I don't know, other users won't know, either.
   


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

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 605795)
    Time Spent: 50m  (was: 40m)

> Char equivalent of UnsynchronizedByteArrayOutputStream (and InputStream)
> ------------------------------------------------------------------------
>
>                 Key: IO-732
>                 URL: https://issues.apache.org/jira/browse/IO-732
>             Project: Commons IO
>          Issue Type: New Feature
>          Components: Streams/Writers
>    Affects Versions: 2.8.0
>            Reporter: PJ Fanning
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> I was thinking of writing this and submitting it but just want to see if 
> people think it makes sense first.
> The idea is to take AbstractByteArrayOutputStream and to replace the byte[] 
> with char[] (maybe called AbstractCharArrayWriter) and to create an 
> UnsynchronizedCharArrayWriter that extends it. Could so something similar 
> with UnsynchronizedByteArrayInputStream - to get an 
> UnsynchronizedStringReader.
> The nice thing about AbstractByteArrayOutputStream is the way it avoids 
> arraycopy. The existing commons-io StringBuilderWriter still has arraycopy 
> under the hood (in the java.lang.StringBuilder).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to