[
https://issues.apache.org/jira/browse/IO-732?focusedWorklogId=621379&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621379
]
ASF GitHub Bot logged work on IO-732:
-------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jul/21 17:08
Start Date: 11/Jul/21 17:08
Worklog Time Spent: 10m
Work Description: garydgregory commented on pull request #235:
URL: https://github.com/apache/commons-io/pull/235#issuecomment-877833415
@jochenw May we close this PR then?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 621379)
Time Spent: 1h 40m (was: 1.5h)
> 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: 1h 40m
> 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)