dendenners
Programmer
Hi there. I have three Reader classes containing 3 seperate character streams. I want to concatenate these into 1 Reader. There seems to be a class for this purpose to concatenate InputStreams (the SequenceInputStream class) but none for Readers. What is the best way to accomplish this? Thanks