CollectingOutputReceiver
public
class
CollectingOutputReceiver
extends Object
implements
IShellOutputReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.device.CollectingOutputReceiver |
Kabuk çıktısının tamamını tek bir String içine toplayan bir IShellOutputReceiver.
Özet
Herkese açık kurucular | |
|---|---|
CollectingOutputReceiver()
|
|
Herkese açık yöntemler | |
|---|---|
void
|
addOutput(byte[] data, int offset, int length)
|
void
|
cancel()
Çıkış toplama işlemini iptal etme |
void
|
clearBuffer()
Arabelleğin içeriğini temizleyin. |
void
|
flush()
|
String
|
getOutput()
|
boolean
|
isCancelled()
|
Herkese açık kurucular
CollectingOutputReceiver
public CollectingOutputReceiver ()
Herkese açık yöntemler
addOutput
public void addOutput (byte[] data,
int offset,
int length)| Parametreler | |
|---|---|
data |
byte |
offset |
int |
length |
int |
iptal
public void cancel ()
Çıkış toplama işlemini iptal etme
clearBuffer
public void clearBuffer ()
Arabelleğin içeriğini temizleyin.
eşitlemek
public void flush ()
getOutput
public String getOutput ()
| İlerlemeler | |
|---|---|
String |
|
isCancelled
public boolean isCancelled ()
| İlerlemeler | |
|---|---|
boolean |
|