public class ConsOut extends Object implements Output
ConsOut()
void
format(String format, Object... object)
print(Object object)
println()
println(Object object)
write(byte[] buffer, int offset, int count)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConsOut()
public void print(Object object)
print
Output
public void println(Object object)
println
public void println()
public void format(String format, Object... object)
format
public void write(byte[] buffer, int offset, int count)
write
Copyright © 2014 LSST. All rights reserved.