Odbiornik zbierania danych wyjściowych
public
class
CollectingOutputReceiver
extends Object
implements
IShellOutputReceiver
java.lang.Object | |
↳ | com.android.tradefed.device.CollectingOutputReceiver |
IShellOutputReceiver
, który zbiera wszystkie dane wyjściowe powłoki w jednym
String
Podsumowanie
Konstruktory publiczne | |
---|---|
CollectingOutputReceiver()
|
Metody publiczne | |
---|---|
void
|
addOutput(byte[] data, int offset, int length)
|
void
|
cancel()
Anuluj zbieranie danych wyjściowych |
void
|
clearBuffer()
Wyczyść zawartość bufora. |
void
|
flush()
|
String
|
getOutput()
|
boolean
|
isCancelled()
|
Konstruktory publiczne
Odbiornik zbierania danych wyjściowych
public CollectingOutputReceiver ()
Metody publiczne
dodaj dane wyjściowe
public void addOutput (byte[] data, int offset, int length)
Parametry | |
---|---|
data |
byte |
offset |
int |
length |
int |
anuluj
public void cancel ()
Anuluj zbieranie danych wyjściowych
ClearBuffer
public void clearBuffer ()
Wyczyść zawartość bufora.
opróżniać
public void flush ()
getWyniki
public String getOutput ()
Zwroty | |
---|---|
String |
Anulowano
public boolean isCancelled ()
Zwroty | |
---|---|
boolean |