Hi,
I have some old code that uses the deprecated copy command as :
ByteArrayOutput Stream bout = new ByteArrayOutput Stream();
StringReader sr = new StringReader(st rString);
copy(sr,bout);
how could I achieve the same result without the now redundant copy command?
Thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003
I have some old code that uses the deprecated copy command as :
ByteArrayOutput Stream bout = new ByteArrayOutput Stream();
StringReader sr = new StringReader(st rString);
copy(sr,bout);
how could I achieve the same result without the now redundant copy command?
Thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003
Comment