henplus
Class AbstractOutputDevice
java.lang.Object
henplus.AbstractOutputDevice
- All Implemented Interfaces:
- OutputDevice
public abstract class AbstractOutputDevice
- extends Object
- implements OutputDevice
An OutputDevice that does nothing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOutputDevice
public AbstractOutputDevice()
flush
public void flush()
- Specified by:
flush
in interface OutputDevice
write
public void write(byte[] buffer,
int off,
int len)
- Specified by:
write
in interface OutputDevice
print
public void print(String s)
- Specified by:
print
in interface OutputDevice
println
public void println(String s)
- Specified by:
println
in interface OutputDevice
println
public void println()
- Specified by:
println
in interface OutputDevice
attributeBold
public void attributeBold()
- Specified by:
attributeBold
in interface OutputDevice
attributeReset
public void attributeReset()
- Specified by:
attributeReset
in interface OutputDevice
attributeGrey
public void attributeGrey()
- Specified by:
attributeGrey
in interface OutputDevice
close
public void close()
- Specified by:
close
in interface OutputDevice
isTerminal
public boolean isTerminal()
- Specified by:
isTerminal
in interface OutputDevice
? 1997..2006 Henner Zeller