PipedReader and PipedWriter in java.

You know the power of pipe (“|”) operator in Unix. It helps you to redirect output from one command to another. PipedReader and PipedWriter classes in java.io package helps you to do the same. It helps you to redirect the read input into writer seamlessly. In unix, two process on different address space can communicate […]
Continue reading…