Java does not support the multiple inheritance used by Pipe and TcpStream

Issue #218 closed
Paolo Brandoli repo owner created an issue

Pipe and TcpStream derive from both the input and output classes, but Java does not support multiple inheritance.

Modify swig.i so StreamWriter can handle TcpStream and Pipe objects

Comments (7)

  1. Log in to comment