I need to have a buffered char stream, into which I write in one thread and from which I read in another thread. Right now I\'m using PipedReader and PipedWriter fo
char
I implemented something a little similar, and asked a question whether anyone else had any better thought out and tested code.