Package se.vidstige.jadb.server
Interface AdbDeviceResponder
-
public interface AdbDeviceResponderCreated by vidstige on 20/03/14.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilePulled(se.vidstige.jadb.RemoteFile path, ByteArrayOutputStream buffer)voidfilePushed(se.vidstige.jadb.RemoteFile path, int mode, ByteArrayOutputStream buffer)StringgetSerial()StringgetType()voidshell(String command, DataOutputStream stdout, DataInput stdin)
-
-
-
Method Detail
-
getSerial
String getSerial()
-
getType
String getType()
-
filePushed
void filePushed(se.vidstige.jadb.RemoteFile path, int mode, ByteArrayOutputStream buffer) throws se.vidstige.jadb.JadbException- Throws:
se.vidstige.jadb.JadbException
-
filePulled
void filePulled(se.vidstige.jadb.RemoteFile path, ByteArrayOutputStream buffer) throws se.vidstige.jadb.JadbException, IOException- Throws:
se.vidstige.jadb.JadbExceptionIOException
-
shell
void shell(String command, DataOutputStream stdout, DataInput stdin) throws IOException
- Throws:
IOException
-
-