protected class AdbProcess.Receiver extends Object implements com.android.ddmlib.IShellOutputReceiver
| Modifier | Constructor and Description |
|---|---|
protected |
Receiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutput(byte[] data,
int offset,
int length) |
void |
flush() |
boolean |
isCancelled() |
public void addOutput(byte[] data,
int offset,
int length)
addOutput in interface com.android.ddmlib.IShellOutputReceiverpublic void flush()
flush in interface com.android.ddmlib.IShellOutputReceiverpublic boolean isCancelled()
isCancelled in interface com.android.ddmlib.IShellOutputReceiverCopyright © 2016 echocat. All rights reserved.