Possible to use both a PrintWriter and BufferedOutputStream?
807569Sep 18 2006 — edited Sep 18 2006I have made a PrintWriter and BufferedOutputStream on the same socket that my client uses to connect to the server. I start by sending some string with the PrintWriter followed by some bytes with the BufferedOutputStream.
I does not work, so I would like to know if its not possible to connect these to out channels to the same socket.