CollectingOutputReceiver
public
class
CollectingOutputReceiver
extends Object
implements
IShellOutputReceiver
java.lang.Object 中 | |
↳ | com.android.tradefed.device.CollectingOutputReceiver |
一个 IShellOutputReceiver
,用于将整个 shell 输出收集到一个文件中
String
。
摘要
公共构造函数 | |
---|---|
CollectingOutputReceiver()
|
公共方法 | |
---|---|
void
|
addOutput(byte[] data, int offset, int length)
|
void
|
cancel()
取消输出收集 |
void
|
clearBuffer()
清除缓冲区的内容。 |
void
|
flush()
|
String
|
getOutput()
|
boolean
|
isCancelled()
|
公共构造函数
CollectingOutputReceiver
public CollectingOutputReceiver ()
公共方法
addOutput
public void addOutput (byte[] data, int offset, int length)
参数 | |
---|---|
data |
byte |
offset |
int |
length |
int |
取消
public void cancel ()
取消输出收集
清除缓冲区
public void clearBuffer ()
清除缓冲区的内容。
flush
public void flush ()
获取输出
public String getOutput ()
返回 | |
---|---|
String |
已取消
public boolean isCancelled ()
返回 | |
---|---|
boolean |