Console.java文件<wbr style="line-height:25px"><div style="line-height:25px"> <div style="line-height:25px">package com.teleca.robin.lib.face;</div> <div style="line-height:25px"><br style="line-height:25px"></div> <div style="line-height:25px">public interface Console {</div> <div style="line-height:25px"> <span style="line-height:25px; white-space:pre"></span> void println(String str);</div> <div style="line-height:25px"> <span style="line-height:25px; white-space:pre"></span> void print(String str);</div> <div style="line-height:25px"> <span style="line-height:25px; white-space:pre"></span> void append(String str);</div> <div style="line-height:25px"> <span style="line-height:25px; white-space:pre"></span> void flush();</div> <div style="line-height:25px"> <span style="line-height:25px; white-space:pre"></span> void clear();</div> <div style="line-height:25px">}</div> </div> </wbr>