henplus
Interface OutputDevice
- All Known Implementing Classes:
- AbstractOutputDevice, PrintStreamOutputDevice, TerminalOutputDevice
public interface OutputDevice
The OutputDevice to write to.
flush
void flush()
write
void write(byte[] buffer,
int off,
int len)
print
void print(String s)
println
void println(String s)
println
void println()
attributeBold
void attributeBold()
attributeReset
void attributeReset()
attributeGrey
void attributeGrey()
close
void close()
isTerminal
boolean isTerminal()
? 1997..2006 Henner Zeller