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>
Console
本文详细介绍了Console接口的定义及其实现方式,包括println、print、append、flush和clear等方法的功能与用法。

被折叠的 条评论
为什么被折叠?



