edu.toronto.cs.util
Class SystemOutWrapper

java.lang.Object
  extended by edu.toronto.cs.util.SystemOutWrapper

public class SystemOutWrapper
extends java.lang.Object

An PrintWriter wrapper for System.out.

Version:
Author:
Kelvin Ku (kelvin@cs.toronto.edu)

Field Summary
static java.io.PrintWriter writer
           
 
Constructor Summary
SystemOutWrapper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

public static final java.io.PrintWriter writer
Constructor Detail

SystemOutWrapper

public SystemOutWrapper()