Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

This is why Java IS AWESOME

Name: Anonymous 2007-10-30 16:49

PrintWriter out =
          new PrintWriter(
            new BufferedWriter(
              new OutputStreamWriter(
                socket.getOutputStream())),true);

Name: Anonymous 2007-10-31 3:40

(define (make-writer socket)
  (make-print-writer (make-buffered-writer
                      (make-output-stream-writer (socket-output-stream socket)))
                     #t))

(define print-writer (make-writer))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List