org.lsst.ccs.utilities.sa
Class ConsOut
java.lang.Object
org.lsst.ccs.utilities.sa.ConsOut
- All Implemented Interfaces:
- Output
public class ConsOut
- extends Object
- implements Output
\file ConsOut.java
Methods for real console output
\author Owen Saxton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsOut
public ConsOut()
print
public void print(Object object)
- Specified by:
print in interface Output
println
public void println(Object object)
- Specified by:
println in interface Output
println
public void println()
- Specified by:
println in interface Output
format
public void format(String format,
Object... object)
- Specified by:
format in interface Output
write
public void write(byte[] buffer,
int offset,
int count)
- Specified by:
write in interface Output
Copyright © 2013 LSST. All Rights Reserved.