RecopilaciónSalidaReceptor
public class CollectingOutputReceiver
extends Object
implements IShellOutputReceiver
java.lang.Objeto | |
↳ | com.android.tradefed.device.CollectingOutputReceiver |
Un IShellOutputReceiver
que recopila toda la salida del shell en una String
.
Resumen
Constructores públicos | |
---|---|
CollectingOutputReceiver () |
Métodos públicos | |
---|---|
void | addOutput (byte[] data, int offset, int length) |
void | cancel () Cancelar la colección de salida |
void | clearBuffer () Borre el contenido del buffer. |
void | flush () |
String | getOutput () |
boolean | isCancelled ()
|
Constructores públicos
RecopilaciónSalidaReceptor
public CollectingOutputReceiver ()
Métodos públicos
agregar salida
public void addOutput (byte[] data, int offset, int length)
Parámetros | |
---|---|
data | byte |
offset | int |
length | int |
Cancelar
public void cancel ()
Cancelar la colección de salida
borrarBuffer
public void clearBuffer ()
Borre el contenido del buffer.
enjuagar
public void flush ()
obtener salida
public String getOutput ()
Devoluciones | |
---|---|
String |
está cancelado
public boolean isCancelled ()
Devoluciones | |
---|---|
boolean |