Can I use both PrintWriter and BufferedOutputStream on the same outputstream?
The situation is this:
I\'m having a SSLSocket program and I want to be able to tra
That's ok, but you have to make sure to flush them in the right order. You can also use the PrintWriter on top of the BufferedOutputStream.
PrintWriter
BufferedOutputStream