Re: [io] Make org.apache.commons.io.output.ByteArrayOutputStream resversible ?

2014-12-23 Thread Kristian Rosenvold
doh. That's what I get for looking at released versions instead of reading code at trunk like real grownups do. Thanks, Kristian 2014-12-23 11:08 GMT+01:00 sebb : > On 23 December 2014 at 07:55, Kristian Rosenvold > wrote: >> I'd like to make a public (synchronized) version of the >> "toBuff

Re: [io] Make org.apache.commons.io.output.ByteArrayOutputStream resversible ?

2014-12-23 Thread sebb
On 23 December 2014 at 07:55, Kristian Rosenvold wrote: > I'd like to make a public (synchronized) version of the > "toBufferedInputStream" method in this class, which would allow > zero-copy turnaround of the outputstream to an input-stream; I am a > bit puzzled why this hasn't been done yet. Hu

[io] Make org.apache.commons.io.output.ByteArrayOutputStream resversible ?

2014-12-22 Thread Kristian Rosenvold
I'd like to make a public (synchronized) version of the "toBufferedInputStream" method in this class, which would allow zero-copy turnaround of the outputstream to an input-stream; I am a bit puzzled why this hasn't been done yet. Ok ? Kristian ---