This class connects a java.io.PipedOutputStream to a InputInterface.
The outherside of the Pipe must written by another thread, or deadlocks
will occure
Inner Class :public class Inputer implements InputInterface
Closes this piped output stream and releases any system resources
associated with this stream. This stream may no longer be used for
writing bytes.
exception: IOException - if an I/O error occurs.