CollectingOutputReceiver

public class CollectingOutputReceiver
extends Object implements IShellOutputReceiver

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


Un IShellOutputReceiver que recopila todo el resultado de la shell en una sola String

Resumen

Constructores públicos

CollectingOutputReceiver()

Métodos públicos

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

void cancel()

Cancela la recopilación de datos de salida

void clearBuffer()

Borra el contenido del búfer.

void flush()

String getOutput()
boolean isCancelled()

Constructores públicos

CollectingOutputReceiver

public CollectingOutputReceiver ()

Métodos públicos

addOutput

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

Parámetros
data byte

offset int

length int

cancelar

public void cancel ()

Cancela la recopilación de datos de salida

ClearBuffer

public void clearBuffer ()

Borra el contenido del búfer.

vaciar

public void flush ()

getOutput

public String getOutput ()

Muestra
String

estáCancelada

public boolean isCancelled ()

Muestra
boolean