Package se.vidstige.jadb.server
Interface AdbDeviceResponder
public interface AdbDeviceResponder
Created by vidstige on 20/03/14.
-
Method Summary
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 Details
-
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
- Throws:
IOException
-