Does anyone have any good suggestions for creating a Pipe object in Java which is both an InputStream and and OutputStream since Java does not have multiple inheritance and both of the streams are abstract classes instead of interfaces?
java.io.PipedInputStream
java.io.PipedOutputStream
check Pipe class for a ready made implementation
or the PipedInputStream
and PipedOutputStream
pair
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With