I want to write something like an IRC or chat client in Java (using the ASCII protocol).

Should I be using a BufferedReader of an InputStream of a Socket to read data?

The main reason why i don't know how to send data through a socket is because i dont know how to send bytes or words with Java. Can someone provide an example please?