收集輸出接收器

public class CollectingOutputReceiver
extends Object implements IShellOutputReceiver

java.lang.Object
   ↳ com.android.tradefed.device.CollectingOutputReceiver


收集整個殼層輸出內容的 IShellOutputReceiver String

摘要

公用建構函式

CollectingOutputReceiver()

公用方法

void addOutput(byte[] data, int offset, int length)

void cancel()

取消輸出集合

void clearBuffer()

清除緩衝區內容。

void flush()

String getOutput()
boolean isCancelled()

公用建構函式

收集輸出接收器

public CollectingOutputReceiver ()

公用方法

新增輸出

public void addOutput (byte[] data, 
                int offset, 
                int length)

參數
data byte

offset int

length int

cancel

public void cancel ()

取消輸出集合

ClearBuffer

public void clearBuffer ()

清除緩衝區內容。

排清

public void flush ()

getOutput

public String getOutput ()

傳回
String

已取消

public boolean isCancelled ()

傳回
boolean