Package com.iizix
Interface IPrintAdapter
- All Known Implementing Classes:
ClientBuilder
public interface IPrintAdapter
Very small print output redirector.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final IPrintAdapter
The default print adapter that outputs to System.out.Method Summary
Field Details
DEFAULT
The default print adapter that outputs to System.out.
Method Details
println
Prints without new line.- Parameters:
s
- The String.
print
Prints without new line.- Parameters:
s
- The String.
println
void println()Performs a new line.